spec/dummy/log/test.log in quizzes-0.1.0 vs spec/dummy/log/test.log in quizzes-0.1.1

- old
+ new

@@ -336864,5 +336864,20032 @@  (0.0ms) SAVEPOINT active_record_2 SQL (0.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 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (107.2ms) DELETE FROM "ar_internal_metadata"; +  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence'; +  (0.1ms) DELETE FROM sqlite_sequence where name = 'ar_internal_metadata'; +  (82.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'; +  (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'; +  (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.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.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-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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", 3], ["correct", false], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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", 3], ["correct", false], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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", 4], ["correct", true], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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", 4], ["correct", false], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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", 4], ["correct", false], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 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", 7], ["correct", true], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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", 10], ["correct", false], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:47 UTC], ["updated_at", 2016-08-20 03:04: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", true], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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.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.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 +  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 12], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 12], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 16], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 19], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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]] + Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", true], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 15], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 16], ["correct", true], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) 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.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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", true], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 17], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", true], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 7], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 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"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" 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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" 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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" 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.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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-20 03:04: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.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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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 - 1"], ["question_id", 16], ["correct", true], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 20], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.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 03:04:48 UTC], ["updated_at", 2016-08-20 03:04: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 +  (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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 17], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 17], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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" != 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", true], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 7], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", true], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:49 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 19], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 19], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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.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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", true], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 5], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 16], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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.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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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", 17], ["correct", false], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04: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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:04:49 UTC], ["updated_at", 2016-08-20 03: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.4ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.2ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (101.4ms) 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'; +  (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'; +  (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'; +  (99.7ms) 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'; +  (82.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.8ms) 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'; +  (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) 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 2], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 3], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 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", 5], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 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", 9], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 13], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 14], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 - 3"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 16], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 - 2"], ["question_id", 18], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 19], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 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 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 2], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 - 2"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 6], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 13], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 15], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 16], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 19], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 3], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 - 4"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 8], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 - 4"], ["question_id", 10], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 13], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 - 2"], ["question_id", 15], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 16], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 17], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 19], ["correct", true], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 - 3"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12: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", 5], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 7], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 9], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 12], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 16], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 19], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 20], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 20], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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.4ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.2ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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 - 1"], ["question_id", 4], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 5], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 7], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 9], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 9], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 12], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 16], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 19], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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 - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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.4ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.2ms) rollback transaction +  (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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 5], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 7], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 9], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 12], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 16], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 19], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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 - 2"], ["question_id", 20], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 5], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 9], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 12], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 16], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 19], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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.1ms) SELECT COUNT(*) FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ? [["game_id", 1]] + Quizzes::Game Load (0.1ms) SELECT "quizzes_games".* FROM "quizzes_games" WHERE "quizzes_games"."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) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_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.1ms) 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 +  (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) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 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]] + Quizzes::Question Load (0.1ms) 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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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]] + 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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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]] + 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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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.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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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]] + 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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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]] + 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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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]] + 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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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 + 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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 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.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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 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 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?) [["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12: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.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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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 - 2"], ["question_id", 5], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 7], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 7], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 9], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 9], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 12], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 15], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 16], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 19], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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 - 1"], ["question_id", 20], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 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::GameQuestion Load (0.1ms) SELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ? [["game_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 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:12:26 UTC], ["updated_at", 2016-08-20 03: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 - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 5], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 5], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 7], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 9], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 12], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 16], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 17], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 19], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 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 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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" +  (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.2ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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 - 1"], ["question_id", 1], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 5], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 6], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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 - 2"], ["question_id", 7], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 7], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 8], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 9], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 9], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 11], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 12], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 14], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 16], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 17], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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 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 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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::GameQuestion Load (0.0ms) SELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ? [["game_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::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" 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 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", true], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03: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", 2], ["correct", true], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03: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", 16], ["correct", false], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:12:27 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03: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-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12: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.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 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (78.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.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'; +  (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'; +  (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.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.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.3ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 1"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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", 3], ["correct", false], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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 - 1"], ["question_id", 6], ["correct", true], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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", 13], ["correct", false], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 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.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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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", 2], ["correct", false], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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", 7], ["correct", false], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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", 18], ["correct", false], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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", 19], ["correct", false], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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", 19], ["correct", false], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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", 8], ["correct", false], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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", 16], ["correct", false], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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", 17], ["correct", true], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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", 13], ["correct", false], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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", 3], ["correct", false], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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.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) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 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::GameQuestion Load (0.1ms) SELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ? [["game_id", 1]] + 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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", 17], ["correct", false], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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::GameQuestion Load (0.0ms) SELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ? [["game_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::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 2"], ["LIMIT", 1]] + SQL (2.7ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question text 2"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 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.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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", 1], ["correct", true], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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", 3], ["correct", false], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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", 6], ["correct", false], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44: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 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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.1ms) SELECT COUNT(*) FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ? [["game_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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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", 3], ["correct", false], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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", 11], ["correct", false], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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", 16], ["correct", false], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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", 17], ["correct", true], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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"], ["LIMIT", 1]] + SQL (0.1ms) INSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?) [["text", "Question"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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", false], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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 +  (0.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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]] +  (0.1ms) 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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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.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 03:44:21 UTC], ["updated_at", 2016-08-20 03:44: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-20 03:44: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.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.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 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (89.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.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'; +  (84.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'; +  (100.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.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.2ms) 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 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", 5], ["correct", false], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 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-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 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", 8], ["correct", false], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 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", 9], ["correct", false], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 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-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (6.7ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45: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", 17], ["correct", false], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45: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", 17], ["correct", false], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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.1ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 1], ["correct", true], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 6], ["correct", true], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 8], ["correct", false], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 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 - 1"], ["question_id", 14], ["correct", true], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 17], ["correct", false], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 19], ["correct", false], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 11], ["correct", false], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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.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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 15], ["correct", false], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 17], ["correct", false], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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.2ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 3], ["correct", false], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 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.1ms) SELECT COUNT(*) FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ? [["game_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.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 2], ["correct", true], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 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", 10], ["correct", false], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 14], ["correct", false], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 15], ["correct", true], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) 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) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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]] + 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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]] + 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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]] + 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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 + 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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 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 03:45: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 + 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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]] + 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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]] + 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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]] + 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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 + 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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]] + 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 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 - 2"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + 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 - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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.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.0ms) SAVEPOINT active_record_1 +  (0.0ms) 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 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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", 8], ["correct", false], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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", 3], ["correct", false], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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", 8], ["correct", false], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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", 15], ["correct", false], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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", 20], ["correct", false], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 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::GameQuestion Load (0.1ms) SELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ? [["game_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::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" 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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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", 14], ["correct", false], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 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::GameQuestion Load (0.0ms) SELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ? [["game_id", 1]] + 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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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", 11], ["correct", false], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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", 14], ["correct", true], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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", 15], ["correct", false], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45: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.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" +  (79.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.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.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.3ms) 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.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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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 - 4"], ["question_id", 1], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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", 2], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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 - 4"], ["question_id", 2], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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 - 1"], ["question_id", 3], ["correct", true], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03: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", 3], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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 - 2"], ["question_id", 4], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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", 4], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 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", 6], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 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", 9], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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", 10], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 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", 10], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 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", 11], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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 - 3"], ["question_id", 13], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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 - 4"], ["question_id", 14], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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 - 1"], ["question_id", 19], ["correct", true], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 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::GameQuestion Load (0.1ms) SELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ? [["game_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::Answer Load (0.0ms) SELECT "quizzes_answers".* FROM "quizzes_answers" 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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", 1], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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", 9], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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", 18], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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", 19], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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", 12], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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", 13], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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", 16], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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", 17], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46: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 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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", 20], ["correct", false], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:37 UTC], ["updated_at", 2016-08-20 03: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03: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-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 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::GameQuestion Load (0.0ms) SELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ? [["game_id", 1]] + 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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 5], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 9], ["correct", true], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 13], ["correct", true], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 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.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 7], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 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) ROLLBACK TO SAVEPOINT active_record_1 +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) 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 + 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 + 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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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" = ? [["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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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]] + 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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]] + 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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 + 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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" = ? [["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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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]] + 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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 + 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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]] + 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 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.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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 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 03:46:38 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.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.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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 1], ["correct", true], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 12], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 15], ["correct", true], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 20], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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" != 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 7], ["correct", true], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 7], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 12], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 14], ["correct", true], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 8], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 14], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 4], ["correct", true], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 4], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 13], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 19], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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.4ms) ROLLBACK TO SAVEPOINT active_record_1 +  (0.2ms) rollback transaction +  (0.0ms) begin transaction +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 3], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.1ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 8], ["correct", true], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46: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", 18], ["correct", false], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 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-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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", 17], ["correct", false], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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.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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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", 11], ["correct", false], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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", 20], ["correct", true], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 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.1ms) SELECT COUNT(*) FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ? [["game_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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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", 1], ["correct", false], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.1ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + Quizzes::Question Exists (0.1ms) SELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ? [["text", "Question text 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]] +  (0.0ms) RELEASE SAVEPOINT active_record_2 +  (0.0ms) SAVEPOINT active_record_2 + SQL (0.1ms) INSERT 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 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46: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) 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