canvas-lms/spec/models/quizzes
James Williams 85518dc397 migrate yaml in database into a psych compatible format
from now on dumps all yaml with psych and inserts a tag to
differentiate between syck and psych yaml on load

also runs through the database and converts all
incompatible yaml to psych format

after the migrations have run we will be able to switch
to psych fully and clean up the tags

test plan:
* the migrations should work

closes #CNVS-27229

Change-Id: I79ce0691dd455396ca39422051ff79b8fbaebef6
Reviewed-on: https://gerrit.instructure.com/72012
Reviewed-by: Cody Cutrer <cody@instructure.com>
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
Tested-by: Jenkins
Product-Review: James Williams  <jamesw@instructure.com>
2016-02-25 20:07:15 +00:00
..
log_auditing Quiz submission creation event 2015-06-16 19:53:17 +00:00
quiz_question spec: fix circular dependency error 2015-12-29 14:13:20 +00:00
quiz_regrader rails4: fix quizzes model specs 2015-07-15 21:55:59 +00:00
quiz_statistics Fix bug on survey stats 2016-01-14 22:43:40 +00:00
quiz_submission Fix quiz questions from banks 2014-12-15 17:38:13 +00:00
outstanding_quiz_submission_manager_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00
quiz_eligibility_spec.rb Fix eligibility issues with multiple sections 2016-02-08 15:30:11 +00:00
quiz_extension_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00
quiz_group_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00
quiz_outcome_result_builder_spec.rb Fixing outcome scoring for quizzes 2015-07-27 16:24:18 +00:00
quiz_question_builder_spec.rb Fix quiz questions from banks 2014-12-15 17:38:13 +00:00
quiz_question_data_fixer_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00
quiz_question_link_migrator_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00
quiz_question_regrade_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00
quiz_question_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00
quiz_regrade_run_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00
quiz_regrade_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00
quiz_sortables_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00
quiz_spec.rb background submission updates for non-graded quizzes 2016-02-23 17:30:00 +00:00
quiz_statistics_service_spec.rb A landing page for when Quiz Stats are just too big 2015-01-13 19:17:14 +00:00
quiz_statistics_spec.rb Fixes quiz_statistics largeness error 2015-02-05 23:03:33 +00:00
quiz_submission_attempt_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00
quiz_submission_event_spec.rb QLA - QuestionAnswered 2014-11-21 02:57:46 +00:00
quiz_submission_history_spec.rb quiz submission history should always show latest submission 2015-10-20 13:24:30 +00:00
quiz_submission_service_spec.rb switch a few things to use account_chain 2016-01-18 17:51:42 +00:00
quiz_submission_spec.rb migrate yaml in database into a psych compatible format 2016-02-25 20:07:15 +00:00
quiz_submission_zipper_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00
quiz_user_finder_spec.rb remove deprecated method 2015-06-12 16:15:14 +00:00
quiz_user_messager_spec.rb remove deprecated method 2015-06-12 16:15:14 +00:00
quiz_user_messager_spec_helper.rb add submitted/unsubmitted quiz users endpoint to quizzes api 2014-04-18 21:04:23 +00:00
submission_grader_spec.rb Add precision fields to numerical question ui 2015-10-08 22:48:10 +00:00
submission_manager_spec.rb remove non-draft-state everything 2014-12-10 17:57:18 +00:00