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 @@
[1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 02:40:06 UTC], ["updated_at", 2016-08-20 02:40:06 UTC]]
[1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
[1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (107.2ms)[0m [1m[31mDELETE FROM "ar_internal_metadata";[0m
+ [1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'ar_internal_metadata';[0m
+ [1m[35m (82.9ms)[0m [1m[31mDELETE FROM "quizzes_levels";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_levels';[0m
+ [1m[35m (83.1ms)[0m [1m[31mDELETE FROM "quizzes_questions";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_questions';[0m
+ [1m[35m (99.8ms)[0m [1m[31mDELETE FROM "quizzes_answers";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_answers';[0m
+ [1m[35m (100.9ms)[0m [1m[31mDELETE FROM "quizzes_users";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_users';[0m
+ [1m[35m (99.8ms)[0m [1m[31mDELETE FROM "quizzes_games";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_games';[0m
+ [1m[35m (99.9ms)[0m [1m[31mDELETE FROM "quizzes_game_questions";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_game_questions';[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.5ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:04:47 UTC], ["updated_at", 2016-08-20 03:04:47 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 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 ?[0m [["user_id", 1], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Level Load (0.1ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["user_id", 1]]
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Level Load (0.1ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count[0m [["LIMIT", 10]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ?[0m [["LIMIT", 10]]
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.5ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ?[0m [["text", "an arbitrary value"], ["updated_at", 2016-08-20 03:04:48 UTC], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "an arbitrary value"], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question of level Hard"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:04:48 UTC], ["updated_at", 2016-08-20 03:04:48 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question of level Hard"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:04:49 UTC], ["updated_at", 2016-08-20 03:04:49 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (101.4ms)[0m [1m[31mDELETE FROM "ar_internal_metadata";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'ar_internal_metadata';[0m
+ [1m[35m (83.0ms)[0m [1m[31mDELETE FROM "quizzes_levels";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_levels';[0m
+ [1m[35m (83.0ms)[0m [1m[31mDELETE FROM "quizzes_questions";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_questions';[0m
+ [1m[35m (99.7ms)[0m [1m[31mDELETE FROM "quizzes_answers";[0m
+ [1m[35m (0.3ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_answers';[0m
+ [1m[35m (82.8ms)[0m [1m[31mDELETE FROM "quizzes_users";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_users';[0m
+ [1m[35m (99.8ms)[0m [1m[31mDELETE FROM "quizzes_games";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.3ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_games';[0m
+ [1m[35m (91.2ms)[0m [1m[31mDELETE FROM "quizzes_game_questions";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_game_questions';[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.5ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.5ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.1ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question of level Hard"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question of level Hard"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:12:25 UTC], ["updated_at", 2016-08-20 03:12:25 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count[0m [["LIMIT", 10]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ?[0m [["LIMIT", 10]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ?[0m [["game_id", 1]]
+ [1m[36mQuizzes::Game Load (0.1ms)[0m [1m[34mSELECT "quizzes_games".* FROM "quizzes_games" WHERE "quizzes_games"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ?[0m [["text", "an arbitrary value"], ["updated_at", 2016-08-20 03:12:26 UTC], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "an arbitrary value"], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::GameQuestion Load (0.1ms)[0m [1m[34mSELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ?[0m [["game_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::GameQuestion Load (0.0ms)[0m [1m[34mSELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ?[0m [["game_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:12:26 UTC], ["updated_at", 2016-08-20 03:12:26 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:12:27 UTC], ["updated_at", 2016-08-20 03:12:27 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 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 ?[0m [["user_id", 1], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["user_id", 1]]
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (78.4ms)[0m [1m[31mDELETE FROM "ar_internal_metadata";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'ar_internal_metadata';[0m
+ [1m[35m (99.5ms)[0m [1m[31mDELETE FROM "quizzes_levels";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_levels';[0m
+ [1m[35m (100.0ms)[0m [1m[31mDELETE FROM "quizzes_questions";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_questions';[0m
+ [1m[35m (99.6ms)[0m [1m[31mDELETE FROM "quizzes_answers";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_answers';[0m
+ [1m[35m (99.7ms)[0m [1m[31mDELETE FROM "quizzes_users";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_users';[0m
+ [1m[35m (99.6ms)[0m [1m[31mDELETE FROM "quizzes_games";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_games';[0m
+ [1m[35m (99.8ms)[0m [1m[31mDELETE FROM "quizzes_game_questions";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.2ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_game_questions';[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.5ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.1ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[35m (0.5ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:44:19 UTC], ["updated_at", 2016-08-20 03:44:19 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question of level Hard"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question of level Hard"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 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 ?[0m [["user_id", 1], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["user_id", 1]]
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::GameQuestion Load (0.1ms)[0m [1m[34mSELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ?[0m [["game_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::GameQuestion Load (0.0ms)[0m [1m[34mSELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ?[0m [["game_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (2.7ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[35m (0.5ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:44:20 UTC], ["updated_at", 2016-08-20 03:44:20 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count[0m [["LIMIT", 10]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ?[0m [["LIMIT", 10]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ?[0m [["game_id", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", 2016-08-20 03:44:21 UTC], ["updated_at", 2016-08-20 03:44:21 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ?[0m [["text", "an arbitrary value"], ["updated_at", 2016-08-20 03:44:21 UTC], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "an arbitrary value"], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Level Load (0.1ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (89.4ms)[0m [1m[31mDELETE FROM "ar_internal_metadata";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'ar_internal_metadata';[0m
+ [1m[35m (99.8ms)[0m [1m[31mDELETE FROM "quizzes_levels";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_levels';[0m
+ [1m[35m (84.3ms)[0m [1m[31mDELETE FROM "quizzes_questions";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_questions';[0m
+ [1m[35m (100.0ms)[0m [1m[31mDELETE FROM "quizzes_answers";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_answers';[0m
+ [1m[35m (99.8ms)[0m [1m[31mDELETE FROM "quizzes_users";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_users';[0m
+ [1m[35m (99.7ms)[0m [1m[31mDELETE FROM "quizzes_games";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_games';[0m
+ [1m[35m (99.9ms)[0m [1m[31mDELETE FROM "quizzes_game_questions";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_game_questions';[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.5ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.5ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.5ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.5ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (6.7ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:45:38 UTC], ["updated_at", 2016-08-20 03:45:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.1ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question of level Hard"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (2.2ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question of level Hard"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count[0m [["LIMIT", 10]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ?[0m [["LIMIT", 10]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ?[0m [["game_id", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (2.5ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.5ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ?[0m [["text", "an arbitrary value"], ["updated_at", 2016-08-20 03:45:39 UTC], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "an arbitrary value"], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:45:39 UTC], ["updated_at", 2016-08-20 03:45:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::GameQuestion Load (0.1ms)[0m [1m[34mSELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ?[0m [["game_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::GameQuestion Load (0.0ms)[0m [1m[34mSELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ?[0m [["game_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[35m (0.5ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:45:40 UTC], ["updated_at", 2016-08-20 03:45:40 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 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 ?[0m [["user_id", 1], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["user_id", 1]]
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (79.0ms)[0m [1m[31mDELETE FROM "ar_internal_metadata";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'ar_internal_metadata';[0m
+ [1m[35m (99.5ms)[0m [1m[31mDELETE FROM "quizzes_levels";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_levels';[0m
+ [1m[35m (99.9ms)[0m [1m[31mDELETE FROM "quizzes_questions";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_questions';[0m
+ [1m[35m (99.7ms)[0m [1m[31mDELETE FROM "quizzes_answers";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_answers';[0m
+ [1m[35m (99.8ms)[0m [1m[31mDELETE FROM "quizzes_users";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.3ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_users';[0m
+ [1m[35m (99.5ms)[0m [1m[31mDELETE FROM "quizzes_games";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_games';[0m
+ [1m[35m (99.7ms)[0m [1m[31mDELETE FROM "quizzes_game_questions";[0m
+ [1m[35m (0.2ms)[0m [1m[34mSELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';[0m
+ [1m[35m (0.1ms)[0m [1m[31mDELETE FROM sqlite_sequence where name = 'quizzes_game_questions';[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.2ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.5ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.5ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.3ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::GameQuestion Load (0.1ms)[0m [1m[34mSELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ?[0m [["game_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[35m (0.5ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:46:37 UTC], ["updated_at", 2016-08-20 03:46:37 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::GameQuestion Load (0.0ms)[0m [1m[34mSELECT "quizzes_game_questions".* FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ?[0m [["game_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions"[0m
+ [1m[35m (0.5ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Level Load (0.1ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" IS NULL LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.1ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Answer Load (0.0ms)[0m [1m[34mSELECT "quizzes_answers".* FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ? AND "quizzes_answers"."correct" = ? ORDER BY "quizzes_answers"."id" ASC LIMIT ?[0m [["question_id", 1], ["correct", true], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_answers" WHERE "quizzes_answers"."question_id" = ?[0m [["question_id", 1]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" ORDER BY "quizzes_questions"."id" ASC LIMIT ?[0m [["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[33mUPDATE "quizzes_questions" SET "text" = ?, "updated_at" = ? WHERE "quizzes_questions"."id" = ?[0m [["text", "an arbitrary value"], ["updated_at", 2016-08-20 03:46:38 UTC], ["id", 1]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "an arbitrary value"], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "AN ARBITRARY VALUE"], ["LIMIT", 1]]
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question of level Hard"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 21)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 21)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question of level Hard"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" IS NULL AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:38 UTC], ["updated_at", 2016-08-20 03:46:38 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 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 ?[0m [["user_id", 1], ["LIMIT", 1]]
+ [1m[36mQuizzes::Question Load (0.0ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE "quizzes_questions"."level_id" = 1 AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.0ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_questions"[0m
+ [1m[36mQuizzes::Level Load (0.0ms)[0m [1m[34mSELECT "quizzes_levels".* FROM "quizzes_levels"[0m
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "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" = ?[0m [["user_id", 1]]
+ [1m[36mQuizzes::Question Load (0.2ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" WHERE ("quizzes_questions"."level_id" = 1 OR "quizzes_questions"."level_id" IS NULL) AND ("quizzes_questions"."id" != 0)[0m
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "quizzes_questions" LIMIT ?) subquery_for_count[0m [["LIMIT", 10]]
+ [1m[36mQuizzes::Question Load (0.1ms)[0m [1m[34mSELECT "quizzes_questions".* FROM "quizzes_questions" LIMIT ?[0m [["LIMIT", 10]]
+ [1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "quizzes_game_questions" WHERE "quizzes_game_questions"."game_id" = ?[0m [["game_id", 1]]
+ [1m[35m (0.4ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 1"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 1"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 2"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 2"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 3"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 3"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 4"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 4"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 5"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 5"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 6"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 6"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 7"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 7"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 8"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 8"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 9"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 9"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 10"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 10"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 11"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 11"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 12"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 12"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 13"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 13"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 14"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 14"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 15"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 15"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 16"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 16"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 17"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 17"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 18"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 18"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 19"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 19"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[36mQuizzes::Question Exists (0.1ms)[0m [1m[34mSELECT 1 AS one FROM "quizzes_questions" WHERE "quizzes_questions"."text" = ? LIMIT ?[0m [["text", "Question text 20"], ["LIMIT", 1]]
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_questions" ("text", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["text", "Question text 20"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_answers" ("text", "question_id", "correct", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_users" ("name", "points", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["name", "User"], ["points", "0"], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_levels" ("number_of_questions", "name", "code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_2[0m
+ [1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "quizzes_games" ("user_id", "level_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["user_id", 1], ["level_id", 1], ["created_at", 2016-08-20 03:46:39 UTC], ["updated_at", 2016-08-20 03:46:39 UTC]]
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_2[0m
+ [1m[35m (0.5ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
+ [1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[35mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m [1m[31mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m