mumuki-laboratory 7.5.1 → 7.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +184 -2
- data/app/assets/javascripts/mumuki_laboratory/application.js +0 -1
- data/app/assets/javascripts/mumuki_laboratory/application/bridge.js +36 -10
- data/app/assets/javascripts/mumuki_laboratory/application/button.js +90 -1
- data/app/assets/javascripts/mumuki_laboratory/application/codemirror.js +1 -0
- data/app/assets/javascripts/mumuki_laboratory/application/custom-editor.js +46 -4
- data/app/assets/javascripts/mumuki_laboratory/application/discussions.js +14 -13
- data/app/assets/javascripts/mumuki_laboratory/application/kids.js +73 -36
- data/app/assets/javascripts/mumuki_laboratory/application/progress.js +3 -0
- data/app/assets/javascripts/mumuki_laboratory/application/results-renderer.js +51 -0
- data/app/assets/javascripts/mumuki_laboratory/application/submission.js +184 -35
- data/app/assets/stylesheets/mumuki_laboratory/application.scss +1 -0
- data/app/assets/stylesheets/mumuki_laboratory/application/_layout.scss +0 -4
- data/app/assets/stylesheets/mumuki_laboratory/application/_locked.scss +29 -0
- data/app/assets/stylesheets/mumuki_laboratory/application/_modules.scss +1 -0
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_discussion.scss +43 -4
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_kids.scss +3 -3
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_kindergarten.scss +55 -0
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/popover.scss +1 -1
- data/app/controllers/application_controller.rb +19 -2
- data/app/controllers/assets_controller.rb +1 -0
- data/app/controllers/concerns/with_authorization.rb +4 -0
- data/app/controllers/discussions_controller.rb +5 -0
- data/app/controllers/discussions_messages_controller.rb +9 -1
- data/app/controllers/exercise_solutions_controller.rb +4 -2
- data/app/controllers/invitations_controller.rb +1 -0
- data/app/controllers/login_controller.rb +1 -0
- data/app/helpers/application_helper.rb +9 -5
- data/app/helpers/discussions_helper.rb +30 -20
- data/app/helpers/exercise_input_helper.rb +1 -1
- data/app/helpers/icons_helper.rb +3 -3
- data/app/helpers/links_helper.rb +1 -1
- data/app/views/book/show.html.erb +14 -6
- data/app/views/book_discussions/index.html.erb +3 -3
- data/app/views/discussions/_message.html.erb +8 -3
- data/app/views/discussions/index.html.erb +0 -1
- data/app/views/discussions/new.html.erb +33 -0
- data/app/views/discussions/show.html.erb +12 -42
- data/app/views/errors/gone.html.erb +4 -1
- data/app/views/exercises/_read_only.html.erb +33 -6
- data/app/views/layouts/_discussions.html.erb +19 -1
- data/app/views/layouts/_kids.html.erb +1 -1
- data/app/views/layouts/_social_media.html.erb +3 -3
- data/app/views/layouts/_test_results.html.erb +1 -1
- data/app/views/layouts/exercise_inputs/editors/_custom.html.erb +1 -1
- data/app/views/layouts/exercise_inputs/editors/_multiple_files.html.erb +3 -3
- data/app/views/layouts/exercise_inputs/forms/_kids_form.html.erb +1 -1
- data/app/views/layouts/exercise_inputs/forms/_problem_form.html.erb +1 -1
- data/app/views/layouts/exercise_inputs/layouts/_input_bottom.html.erb +1 -1
- data/app/views/layouts/exercise_inputs/layouts/_input_kindergarten.html.erb +40 -0
- data/app/views/layouts/exercise_inputs/layouts/{_input_kids.html.erb → _input_primary.html.erb} +1 -1
- data/app/views/layouts/exercise_inputs/layouts/_input_right.html.erb +1 -1
- data/app/views/layouts/modals/_kids_context.html.erb +1 -8
- data/app/views/layouts/modals/_kids_results.html.erb +1 -1
- data/app/views/user_mailer/1st_reminder.html.erb +2 -2
- data/app/views/user_mailer/2nd_reminder.html.erb +2 -2
- data/app/views/user_mailer/3rd_reminder.html.erb +2 -2
- data/app/views/user_mailer/no_submissions_reminder.html.erb +2 -2
- data/config/initializers/session_store.rb +1 -1
- data/config/routes.rb +2 -1
- data/lib/mumuki/laboratory/controllers/dynamic_errors.rb +11 -1
- data/lib/mumuki/laboratory/controllers/results_rendering.rb +1 -2
- data/lib/mumuki/laboratory/locales/en.yml +8 -0
- data/lib/mumuki/laboratory/locales/es.yml +9 -1
- data/lib/mumuki/laboratory/locales/pt.yml +9 -3
- data/lib/mumuki/laboratory/version.rb +1 -1
- data/spec/controllers/confirmations_controller_spec.rb +1 -1
- data/spec/controllers/exercise_solutions_controller_spec.rb +41 -6
- data/spec/dummy/db/schema.rb +12 -1
- data/spec/features/disabled_organization_flow_spec.rb +69 -0
- data/spec/features/exercise_flow_spec.rb +20 -11
- data/spec/features/home_public_flow_spec.rb +34 -2
- data/spec/helpers/breadcrumbs_helper_spec.rb +1 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/AUTHORS +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/Gemfile +1 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/LICENSE +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/README.md +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/api_client.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/application_record.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/assignment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/avatar.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/book.rb +13 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/chapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/complement.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/assistable.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8/app/models/concerns/with_content.rb → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/container.rb} +1 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/contextualization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/disabling.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/friendly_name.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/guide_container.rb +1 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/navigation/parent_navigation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/navigation/siblings_navigation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/navigation/terminal_navigation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/submittable/confirmable.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/submittable/queriable.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/submittable/questionable.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/submittable/solvable.rb +8 -2
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/submittable/submittable.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/submittable/triable.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/topic_container.rb +1 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_assignments.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_case_insensitive_search.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_description.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_discussion_creation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_discussion_creation/subscription.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_discussion_creation/upvote.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_discussion_status.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_discussions.rb +8 -5
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_editor.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_expectations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_language.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/concerns/with_layout.rb +11 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_locale.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_messages.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_name.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_number.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_profile.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_progress.rb +4 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_randomizations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_reminders.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_scoped_queries.rb +9 -9
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_scoped_queries/filter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_scoped_queries/page.rb +1 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_scoped_queries/sort.rb +6 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_slug.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_usages.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/concerns/with_user_navigation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/content.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/course.rb +18 -7
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/discussion.rb +47 -9
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/event.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/exam.rb +53 -23
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/app/models/exam/passing_criterion.rb +53 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/exam_authorization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/exercise/challenge.rb +1 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/exercise/interactive.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/exercise/playground.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/exercise/problem.rb +6 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/exercise/queriable_challenge.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/exercise/reading.rb +4 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/indicator.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/invitation.rb +7 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/lesson.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/message.rb +28 -4
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/organization.rb +16 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/progress.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/stats.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/subscription.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/topic.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/upvote.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/usage.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/user.rb +20 -4
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/app/models/with_stats.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/bin/rails +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141120231135_create_exercises.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141120231735_create_submissions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141121001134_add_status_to_submission.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141121013100_add_result_to_submission.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141121122921_add_language_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141124023403_create_users.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141124032114_add_user_to_submission.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141207235356_add_submissions_count_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141208005050_add_author_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141208005125_rename_user_to_submitter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141212044717_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141212044718_add_missing_unique_indices.acts_as_taggable_on_engine.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141212044719_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141212044720_add_missing_taggable_index.acts_as_taggable_on_engine.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141221213109_create_exercise_repos.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141221215035_add_origin_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141225034553_rename_exercise_repo_to_guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141225143218_rename_github_url_to_github_repository.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141225195510_create_imports.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141225211350_add_status_to_import.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141226010922_add_result_to_import.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141228151351_change_exercise_description_to_text.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141231074400_create_languages.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141231191842_change_language_column_type.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141231192030_rename_author_to_plugin_author.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20141231234940_increment_language_id.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150108014005_add_locale_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150111160450_add_uniques_to_languages.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150125042217_add_test_syntax_hint_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150125051529_add_hint_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150126213310_devise_create_admin_users.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150126213316_create_active_admin_comments.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150315072037_add_description_to_guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150317052723_remove_language_author.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150317053307_remove_language_hint.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150321150030_add_extra_code_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150328211331_create_expectations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150329163753_add_email_to_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150330020553_add_expectation_results_to_submission.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150405231013_create_exports.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150405232603_add_default_guide_to_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150406020152_add_last_submission_date_to_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150407225356_add_unique_index_to_users.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150408020712_add_status_to_export.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150408022654_add_commiter_to_export.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150411215351_change_guide_description_to_text.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150412042959_add_committer_to_import.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150412201651_remove_default_guide_from_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150415053559_add_image_url_to_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150415211341_add_position_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150415234515_create_relationships.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150417052238_add_original_id_format_to_guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150418055334_add_locale_and_language_to_guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150424180136_add_guides_users_association_tables.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150428195229_add_guides_suggestions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150507215646_remove_relationship.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150508015148_create_api_tokens.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150509191428_add_name_to_token.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150512235847_add_feedback_to_submission.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150513203636_create_categories.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150513204102_create_starting_points.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150517074730_add_extra_code_to_guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150518174912_add_language_output_visibility_flag.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150518185508_add_content_type_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150519131033_set_default_locale_for_guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150519174628_remove_language_name_uniq.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150519220307_rename_api_token_columns.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150520011404_convert_starting_point_into_path.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150529135324_add_corollary_to_guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150529141430_add_corollary_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150531164450_add_test_extension_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150603003459_remove_language_extension_uniq.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150603020457_remove_guide_name_uniq.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150605065543_add_highlight_mode.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150614173852_add_learning_flag.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150614180512_add_beta_flag.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150614191257_add_last_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150620181839_add_layout_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150701030644_add_unique_to_language_name_index.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150701212609_add_test_results_to_submission.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150708212022_add_position_to_category.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150708212836_change_category_description_to_text.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150713120916_add_expectations_column_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150714000532_remove_expectations_relation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150722003532_create_event_subscribers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150722030820_create_solutions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150722142019_add_submissions_count_to_solution.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150723052640_add_submission_id_to_solution.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150724062215_add_language_description.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150724062233_add_category_links.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150724062249_add_category_long_description.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150819194207_convert_submissions_into_solutions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150819202310_remove_submissions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150826023647_create_friendly_id_slugs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150826023757_add_slug_to_guides.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150826024859_add_slug_to_exercises.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150828013106_add_remember_me_token_to_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150829211550_add_queriable_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150829215524_add_expectations_column_to_guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20150905214532_rename_exercise_title_to_name.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151001143118_rename_solution_to_assignment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151001183858_rename_assignment_content_to_solution.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151003003856_add_type_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151020145904_remove_guide_git_information.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151104163433_create_tenants.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151104172241_create_path_rules.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151104173956_remove_guide_position.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151104220859_remove_path_from_guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151107232242_move_slug_to_path_rule.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151108173838_remove_slugs.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151108182857_remove_act_as_taggable_taggings.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151108183319_add_tags_array.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151206072741_rename_guide_extra_code_to_extra.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151208224736_rename_path_rule_to_chapter_guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151208224907_rename_category_to_chapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151208225503_rename_chapter_position_to_number.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151208231749_rename_chapter_guide_path_to_chapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151208233707_rename_url_to_slug.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151209021925_add_locale_to_tenant.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151210204646_remove_language_extensions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151211032811_drop_collaborators.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151211033000_drop_contributors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151211034943_remove_authors.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151211035206_add_contact_email_to_tenant.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151218172557_drop_import.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151222153838_add_default_content_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151223014138_change_language_icon_url_into_devicon_id.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151224174248_remove_original_id.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20151229153839_replace_learning_with_type_in_guides.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160108191156_rename_extra_code.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160108215313_remove_unique_index_from_users.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160119024542_add_preface_to_tenant.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160119040351_rename_tenant_to_book.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160119191508_rename_position_to_number.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160120171336_add_type_to_event_suscriber.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160205184243_add_bibliotheca_id_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160214191548_required_bibliotheca_id.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160222165337_add_hidden_flag_to_extra_code.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160222192958_rename_chapter_guide_to_lesson.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160307184203_add_prompt_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160331210507_add_comment_model.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160401142104_add_readed_to_comment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160404214826_change_readed_to_read.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160405184624_change_submission_id_to_string.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160412193123_change_content_comment_to_text.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160414150800_remove_tenant_subscriber.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160426171156_add_new_expectations_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160427195306_create_organizations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160427223805_add_chapter_book.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160427234538_create_topics.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160427235605_add_topic_to_chapter.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160428162753_add_topic_id_to_lesson.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160428175230_create_exams.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160428224823_add_duration_to_exam.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160429174901_add_start_end_time_to_exam.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160429181825_add_exam_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160430225048_create_complements.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160430231035_remove_chapter_lesson.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160430235331_remove_chapter_name_description.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160430235656_remove_chapter_locale_image_url.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160501003355_add_long_description_to_topic.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160501071847_create_usages.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160506012945_add_slug_to_topic_and_book.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160506035230_remove_slug_from_lesson.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160506041446_rename_preface_to_description.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160506172239_remove_event_subscriber.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160506175610_remove_api_tokens.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160506181152_remove_admin_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160506182333_remove_admin_comments.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160510183137_add_private_to_organization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160512134321_add_organization_image.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160516191936_add_stateful_console_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160517215229_add_classroom_idto_exams.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160518212552_rename_exam_users_to_exam_authorization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160518213912_add_user_start_data_in_exam.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160519045220_add_id_to_exam_authorizations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160520141716_remove_chapter_links_and_long_description.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160520153115_change_exam_classroom_id_to_string.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160526172026_remove_not_null_constraint_exam_duration.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160526182119_add_metadata_to_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160617175235_add_last_organization_to_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160617195350_change_metadata_to_text.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160701195105_add_login_methods_to_organization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160705160244_add_manual_evaluation_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160715001254_rename_test_runner_url.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160729194600_change_default_content_to_text.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160812003350_change_default_login_methods.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160815225314_rename_long_description_to_appendix.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160819181024_make_organization_private_by_default.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160830160937_add_authoring_information_to_guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20160907010315_remove_exercise_slug.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20161004202742_add_editor_to_problem.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20161018142147_add_language_extension.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20161107171305_remove_devicon_column_from_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20161222182015_rename_uid_to_social_id.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20161222182724_add_uid_to_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20161226181932_remove_metadata_from_users.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20161230055953_add_not_null_constraint_to_uid_in_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20161231224116_add_permissions_to_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170125185012_add_new_fields_on_organization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170207154702_add_index_to_uid.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170224040846_create_invitations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170224061531_make_tos_type_text.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170301160253_rename_invitation_slug_to_code.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170330145157_rename_comment_to_messages.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170407190910_add_has_messages_flag_to_assignment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170526191251_add_community_link_to_organizations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170526204944_add_has_messages_to_organizations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170601181759_rename_has_messages_to_raise_hand_enabled_in_organization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170608033403_remove_has_messages_from_assignment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170608044038_remove_messages_exercise_id.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170608154055_remove_message_type_column.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170612173212_add_first_name_and_last_name_to_user.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170621222902_introduce_settings_and_themes.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170818185127_add_guide_slug_constraint.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20170830020507_change_invitation_expiration_date_type.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20171003204152_add_goal_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20171003204209_add_queries_to_assignment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20171004134607_add_triable_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20171024182244_add_devicon_and_comment_type_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20171109181818_add_manual_evaluation_commend_and_submission_id_index_in_assignment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20171229042201_add_assets_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180117014110_add_custom_editor_assets_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180123174410_add_initial_and_final_states_to_exercises.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180123180836_add_accepts_reminders_to_users.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180129142749_add_api_client.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180130194923_add_last_reminded_date_to_users.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180130204935_add_course.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180307150148_add_failed_submissions_count_to_assignments.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180323125804_remove_user_name.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180323140943_remove_unused_omniauth_fields.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180326224511_remove_book_ids.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180402015405_remove_course_uid.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180504173548_create_discussions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180504185845_add_discussion_id_to_message.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180526141344_add_tips_rules_to_exercise.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180605143727_add_submission_to_discussion.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180611190239_add_randomizations_to_exercises.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180619182555_create_subscriptions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180702153442_create_upvotes.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180702175220_add_upvotes_count_to_discussions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180704150839_rename_assignment_status_to_submission_status.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180725145801_add_submissions_caps_to_exams.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20180802190437_add_approved_to_messages.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181004173216_add_free_form_editor_to_exercises.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181014233438_remove_non_null_constraint_from_permissions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181016203853_add_test_extension_back.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181021151505_add_id_format_back.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181022043658_add_private_flag_for_guides.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181022220518_add_teacher_info_to_guide.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181101180652_add_unique_index_to_organizations_name.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181105152420_remove_contact_email_from_book.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181113183935_rename_guide_contributors_to_collaborators.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181114201620_add_test_template_to_languages.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181117190241_add_feedback_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181121165956_rename_choices_column.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20181210131824_convert_course_invitation_into_fk.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190123180139_add_sources_section.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190123180147_add_learn_more_section.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190312152901_add_content_fk.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190326152631_add_settings_to_content.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190404181724_add_organization_to_discussion.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190506180102_add_multifile_to_languages.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190530173142_add_organization_to_assignment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190702003600_add_loading_flags_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190702182407_add_new_profile_fields.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190724190355_add_settings_to_languages.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190905174934_add_submitted_at_to_assignments.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190918134321_remove_new_expectations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190918140026_add_custom_expectations.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20190929180601_add_expectations_to_language.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20191022180238_remove_choice_values_from_exercises.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20191029200548_create_indicators.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20191105171244_add_parent_to_assignments.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20191211153004_add_dirtiness_to_indicators.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20191217184525_add_progress_fields_to_indicators.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20200127142401_add_private_to_topics_and_books.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20200213175736_add_verified_names_to_users.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20200312181842_add_results_hidden_for_choices_to_exam.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20200508191543_create_avatars.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20200518135658_add_avatar_to_users.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/db/migrate/20200527180729_add_disabled_at_to_users.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200601203033_add_course_to_exam.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200605161350_add_passing_criterions_to_exam.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200608132959_add_progressive_display_lookahead_to_organizations.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200702165503_add_messages_count_to_discussion.rb +6 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200728162727_add_not_actually_a_question_field_to_messages.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200728163038_add_requires_moderator_response_to_discussions.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20200731081757_add_last_moderator_access_fields_to_discussion.rb +6 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/area.rb +13 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/engine.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/evaluation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/evaluation/automated.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/evaluation/manual.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/exceptions.rb +2 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/exceptions/blocked_forum_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/exceptions/disabled_error.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/exceptions/disabled_organization_error.rb +2 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/exceptions/forbidden_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/exceptions/gone_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/exceptions/not_found_error.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/exceptions/unauthorized_error.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/exceptions/unprepared_organization_error.rb +2 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/extensions.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/extensions/array.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/extensions/hash.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/extensions/module.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/extensions/string.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/api_client_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/assignments_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/book_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/chapter_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/complement_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/course_factory.rb +2 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/discussion_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/exam_factory.rb +1 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/exercise_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/guide_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/invitation_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/lesson_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/login_settings_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/message_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/organization_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/topic_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/usage_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/factories/user_factory.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/file.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/helpers.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/helpers/course.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/helpers/organization.rb +6 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/helpers/user.rb +6 -6
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/locales/activerecord/en.yml +1 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/locales/activerecord/es.yml +1 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/locales/activerecord/pt.yml +1 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/locales/console_submission/en.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/locales/console_submission/es.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/locales/console_submission/pt.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/organization.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/organization/profile.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/organization/settings.rb +12 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/organization/theme.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/seed.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/discussion/closed.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/discussion/discussion.rb +4 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/discussion/opened.rb +0 -8
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/discussion/pending_review.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/discussion/solved.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/submission/aborted.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/submission/errored.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/submission/failed.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/submission/manual_evaluation_pending.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/submission/passed.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/submission/passed_with_warnings.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/submission/pending.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/submission/running.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/submission/skipped.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/status/submission/submission.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/store.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/store/bibliotheca.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/store/github.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/store/github/exercise_schema.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/store/github/guide_schema.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/store/thesaurus.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/submission.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/submission/base.rb +6 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/submission/confirmation.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/submission/console_submission.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/submission/persistent_submission.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/submission/query.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/submission/question.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/submission/solution.rb +3 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/submission/try.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/syncable.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/syncable/with_resource_fields.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/lib/mumuki/domain/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/lib/mumuki/domain/workspace.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/mumuki-domain.gemspec +78 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/Rakefile +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/bin/bundle +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/bin/rails +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/bin/rake +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/bin/setup +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/bin/update +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/config.ru +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/config/application.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/config/boot.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/config/database.travis.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/config/database.yml +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/config/environment.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/config/environments/test.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/dummy/db/schema.rb +12 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/evaluation_helper.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/lib/bibliotheca_store_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/lib/organization_helpers_spec.rb +13 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/lib/thesaurus_store_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/lib/user_helpers_spec.rb +7 -7
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/api_client_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/assignment_spec.rb +1 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/book_import_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/book_spec.rb +121 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/course_spec.rb +5 -5
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/discussion_spec.rb +103 -15
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/event_generation_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/event_publishing_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/exam_spec.rb +56 -10
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/exercise_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/guide_import_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/guide_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/hash_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/indicator_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/interactive_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/invitation_spec.rb +5 -4
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/language_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/lesson_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/message_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/navigation_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/organization_spec.rb +33 -1
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/playground_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/problem_spec.rb +6 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/query_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/question_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/reading_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/solution_spec.rb +68 -3
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/stats_spec.rb +0 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/spec/models/status_spec.rb +11 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/string_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/topic_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/usage_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/user_changed_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/user_spec.rb +55 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/models/with_expectations_spec.rb +0 -0
- data/vendor/bundle/ruby/{2.3.0/bundler/gems/mumuki-domain-a059418e5fd8 → 2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94}/spec/spec_helper.rb +0 -0
- metadata +535 -518
- data/app/views/layouts/modals/_new_discussion.html.erb +0 -27
- data/vendor/assets/javascripts/hotjar.js +0 -8
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-a059418e5fd8/app/models/concerns/with_layout.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-a059418e5fd8/mumuki-domain.gemspec +0 -61
File without changes
|
@@ -10,7 +10,7 @@
|
|
10
10
|
#
|
11
11
|
# It's strongly recommended that you check this file into your version control system.
|
12
12
|
|
13
|
-
ActiveRecord::Schema.define(version:
|
13
|
+
ActiveRecord::Schema.define(version: 20200731081757) do
|
14
14
|
|
15
15
|
# These are extensions that must be enabled in order to support this database
|
16
16
|
enable_extension "plpgsql"
|
@@ -117,6 +117,11 @@ ActiveRecord::Schema.define(version: 20200527180729) do
|
|
117
117
|
t.text "manual_evaluation_comment"
|
118
118
|
t.integer "upvotes_count", default: 0
|
119
119
|
t.bigint "organization_id"
|
120
|
+
t.integer "messages_count", default: 0
|
121
|
+
t.integer "validated_messages_count", default: 0
|
122
|
+
t.boolean "requires_moderator_response", default: true
|
123
|
+
t.string "last_moderator_access_by_id"
|
124
|
+
t.datetime "last_moderator_access_at"
|
120
125
|
t.index ["initiator_id"], name: "index_discussions_on_initiator_id"
|
121
126
|
t.index ["item_type", "item_id"], name: "index_discussions_on_item_type_and_item_id"
|
122
127
|
t.index ["organization_id"], name: "index_discussions_on_organization_id"
|
@@ -143,7 +148,11 @@ ActiveRecord::Schema.define(version: 20200527180729) do
|
|
143
148
|
t.integer "max_problem_submissions"
|
144
149
|
t.integer "max_choice_submissions"
|
145
150
|
t.boolean "results_hidden_for_choices", default: false
|
151
|
+
t.bigint "course_id"
|
152
|
+
t.integer "passing_criterion_type", default: 0
|
153
|
+
t.integer "passing_criterion_value"
|
146
154
|
t.index ["classroom_id"], name: "index_exams_on_classroom_id", unique: true
|
155
|
+
t.index ["course_id"], name: "index_exams_on_course_id"
|
147
156
|
t.index ["guide_id"], name: "index_exams_on_guide_id"
|
148
157
|
t.index ["organization_id"], name: "index_exams_on_organization_id"
|
149
158
|
end
|
@@ -288,6 +297,7 @@ ActiveRecord::Schema.define(version: 20200527180729) do
|
|
288
297
|
t.boolean "read", default: false
|
289
298
|
t.integer "discussion_id"
|
290
299
|
t.boolean "approved", default: false
|
300
|
+
t.boolean "not_actually_a_question", default: false
|
291
301
|
end
|
292
302
|
|
293
303
|
create_table "organizations", id: :serial, force: :cascade do |t|
|
@@ -298,6 +308,7 @@ ActiveRecord::Schema.define(version: 20200527180729) do
|
|
298
308
|
t.text "settings", default: "{}", null: false
|
299
309
|
t.text "theme", default: "{}", null: false
|
300
310
|
t.text "profile", default: "{}", null: false
|
311
|
+
t.integer "progressive_display_lookahead"
|
301
312
|
t.index ["book_id"], name: "index_organizations_on_book_id"
|
302
313
|
t.index ["name"], name: "index_organizations_on_name", unique: true
|
303
314
|
end
|
File without changes
|
File without changes
|
@@ -22,7 +22,10 @@ describe Mumukit::Platform::Organization do
|
|
22
22
|
forum_enabled: true,
|
23
23
|
report_issue_enabled: true,
|
24
24
|
public: false,
|
25
|
+
gamification_enabled: true,
|
25
26
|
immersive: false,
|
27
|
+
in_preparation_until: 1.minute.ago,
|
28
|
+
disabled_from: 1.minute.ago,
|
26
29
|
login_methods: %w{facebook twitter google},
|
27
30
|
login_provider: 'google',
|
28
31
|
login_provider_settings: { token: '123' }
|
@@ -91,8 +94,11 @@ describe Mumukit::Platform::Organization do
|
|
91
94
|
it { expect(subject.forum_enabled?).to be true }
|
92
95
|
it { expect(subject.feedback_suggestions_enabled?).to be true }
|
93
96
|
it { expect(subject.public?).to eq false }
|
97
|
+
it { expect(subject.gamification_enabled?).to be true }
|
94
98
|
it { expect(subject.embeddable?).to eq false }
|
95
99
|
it { expect(subject.immersive?).to eq false }
|
100
|
+
it { expect(subject.disabled?).to eq true }
|
101
|
+
it { expect(subject.in_preparation?).to eq false }
|
96
102
|
|
97
103
|
it { expect(Mumuki::Domain::Organization::Settings.parse(nil)).to be_empty }
|
98
104
|
end
|
@@ -100,11 +106,14 @@ describe Mumukit::Platform::Organization do
|
|
100
106
|
let(:settings) { Mumuki::Domain::Organization::Settings.new(
|
101
107
|
public: true,
|
102
108
|
embeddable: true,
|
109
|
+
in_preparation_until: 1.minute.since,
|
110
|
+
disabled_from: 1.minute.since,
|
103
111
|
immersive: true,
|
104
112
|
raise_hand_enabled: false,
|
105
113
|
report_issue_enabled: false,
|
106
114
|
forum_enabled: false,
|
107
115
|
forum_discussions_minimal_role: 'teacher',
|
116
|
+
gamification_enabled: false,
|
108
117
|
login_methods: [:google]) }
|
109
118
|
let(:dump) { Mumuki::Domain::Organization::Settings.dump(settings) }
|
110
119
|
|
@@ -119,6 +128,9 @@ describe Mumukit::Platform::Organization do
|
|
119
128
|
it { expect(subject.public?).to eq true }
|
120
129
|
it { expect(subject.embeddable?).to eq true }
|
121
130
|
it { expect(subject.immersive?).to eq true }
|
131
|
+
it { expect(subject.disabled?).to eq false }
|
132
|
+
it { expect(subject.gamification_enabled?).to eq false }
|
133
|
+
it { expect(subject.in_preparation?).to eq true }
|
122
134
|
|
123
135
|
it { expect(Mumuki::Domain::Organization::Settings.load(nil)).to be_empty }
|
124
136
|
end
|
@@ -216,7 +228,7 @@ describe Mumukit::Platform::Organization do
|
|
216
228
|
} }
|
217
229
|
it { expect(organization.to_resource_h).to json_eq resource_h }
|
218
230
|
end
|
219
|
-
|
231
|
+
|
220
232
|
describe '#as_json' do
|
221
233
|
context 'when settings has unsupported attributes' do
|
222
234
|
before { organization.settings.instance_variable_set :@saraza, 5 }
|
File without changes
|
@@ -31,13 +31,13 @@ describe Mumuki::Domain::Helpers::User do
|
|
31
31
|
end
|
32
32
|
|
33
33
|
describe 'make_student_of!' do
|
34
|
-
before { user.make_student_of! organization
|
34
|
+
before { user.make_student_of! organization }
|
35
35
|
|
36
36
|
it { expect(user.student?).to be true }
|
37
37
|
it { expect(user.student? 'bar/_').to be false }
|
38
38
|
|
39
39
|
it { expect(user.student_of? organization).to be true }
|
40
|
-
it { expect(user.student_of?
|
40
|
+
it { expect(user.student_of? 'bar/_').to be false }
|
41
41
|
end
|
42
42
|
|
43
43
|
describe 'to_resource_h' do
|
@@ -83,7 +83,7 @@ describe Mumuki::Domain::Helpers::User do
|
|
83
83
|
before { Mumukit::Platform::Organization.switch! organization }
|
84
84
|
|
85
85
|
context 'when in organization' do
|
86
|
-
before { user.make_student_of! organization
|
86
|
+
before { user.make_student_of! organization }
|
87
87
|
it { expect(user.student_here?).to be true }
|
88
88
|
end
|
89
89
|
|
@@ -111,7 +111,7 @@ describe Mumuki::Domain::Helpers::User do
|
|
111
111
|
end
|
112
112
|
|
113
113
|
context 'when in organization as student' do
|
114
|
-
before { user.make_student_of! organization
|
114
|
+
before { user.make_student_of! organization }
|
115
115
|
it { expect(user.discusser_here?).to be true }
|
116
116
|
end
|
117
117
|
end
|
@@ -124,12 +124,12 @@ describe Mumuki::Domain::Helpers::User do
|
|
124
124
|
end
|
125
125
|
|
126
126
|
context 'when in organization as student' do
|
127
|
-
before { user.make_student_of! organization
|
127
|
+
before { user.make_student_of! organization }
|
128
128
|
it { expect(user.discusser_here?).to be false }
|
129
129
|
end
|
130
130
|
|
131
131
|
context 'when in organization as teacher' do
|
132
|
-
before { user.make_teacher_of! organization
|
132
|
+
before { user.make_teacher_of! organization }
|
133
133
|
it { expect(user.discusser_here?).to be true }
|
134
134
|
end
|
135
135
|
end
|
@@ -151,7 +151,7 @@ describe Mumuki::Domain::Helpers::User do
|
|
151
151
|
end
|
152
152
|
|
153
153
|
context 'with organization' do
|
154
|
-
before { user.make_student_of! organization
|
154
|
+
before { user.make_student_of! organization }
|
155
155
|
before { expect(Mumukit::Platform.organization_class).to receive(:find_by_name!).and_return(organization)}
|
156
156
|
|
157
157
|
it { expect(user.student_granted_organizations).to eq [organization] }
|
File without changes
|
@@ -115,7 +115,7 @@ describe Assignment, organization_workspace: :test do
|
|
115
115
|
end
|
116
116
|
|
117
117
|
context 'should show only the first failed expectation result for kids problems' do
|
118
|
-
let(:problem) { create(:problem, layout: '
|
118
|
+
let(:problem) { create(:problem, layout: 'input_primary') }
|
119
119
|
it { expect(failed_submission.visible_expectation_results.size).to eq 1 }
|
120
120
|
end
|
121
121
|
end
|
File without changes
|
@@ -200,4 +200,125 @@ describe Book, organization_workspace: :test do
|
|
200
200
|
it { expect(Chapter.count).to eq 1 }
|
201
201
|
end
|
202
202
|
end
|
203
|
+
|
204
|
+
describe 'enabled chapters' do
|
205
|
+
let(:exercise_1) { create(:exercise) }
|
206
|
+
let(:exercise_2) { create(:exercise) }
|
207
|
+
let(:exercise_3) { create(:exercise) }
|
208
|
+
|
209
|
+
let(:chapter_1) { build(:chapter, lessons: [create(:lesson, exercises: [exercise_1])]) }
|
210
|
+
let(:chapter_2) { build(:chapter, lessons: [create(:lesson, exercises: [exercise_2, exercise_3])]) }
|
211
|
+
let(:chapter_3) { build(:chapter, lessons: [create(:lesson)]) }
|
212
|
+
|
213
|
+
before { book.rebuild_chapters! [chapter_1, chapter_2, chapter_3] }
|
214
|
+
|
215
|
+
let(:organization) { Organization.current }
|
216
|
+
let(:workspace) { Mumuki::Domain::Workspace.new(user, organization) }
|
217
|
+
|
218
|
+
shared_examples_for 'full display' do
|
219
|
+
it { expect(book.enabled_chapters_in(workspace)).to eq [chapter_1, chapter_2, chapter_3] }
|
220
|
+
it { expect(book.chapter_visibilities_in(workspace)).to eq [[chapter_1, true], [chapter_2, true], [chapter_3, true]] }
|
221
|
+
end
|
222
|
+
|
223
|
+
context 'non-progressive display' do
|
224
|
+
context 'when annonymous user' do
|
225
|
+
let(:user) { nil }
|
226
|
+
it_behaves_like 'full display'
|
227
|
+
end
|
228
|
+
|
229
|
+
context 'when fresh user' do
|
230
|
+
let(:user) { create(:user) }
|
231
|
+
it_behaves_like 'full display'
|
232
|
+
end
|
233
|
+
end
|
234
|
+
|
235
|
+
context 'progressive display-1' do
|
236
|
+
before { organization.enable_progressive_display! }
|
237
|
+
|
238
|
+
context 'when annonymous user' do
|
239
|
+
let(:user) { nil }
|
240
|
+
it_behaves_like 'full display'
|
241
|
+
end
|
242
|
+
|
243
|
+
context 'when fresh user' do
|
244
|
+
let(:user) { create(:user) }
|
245
|
+
it { expect(book.enabled_chapters_in(workspace)).to eq [chapter_1] }
|
246
|
+
end
|
247
|
+
|
248
|
+
context 'when user with incomplete progress in first chapter' do
|
249
|
+
let(:user) { create(:user) }
|
250
|
+
|
251
|
+
before do
|
252
|
+
exercise_1.submit_solution!(user)
|
253
|
+
end
|
254
|
+
|
255
|
+
it { expect(book.enabled_chapters_in(workspace)).to eq [chapter_1] }
|
256
|
+
it { expect(book.chapter_visibilities_in(workspace)).to eq [[chapter_1, true], [chapter_2, false], [chapter_3, false]] }
|
257
|
+
end
|
258
|
+
|
259
|
+
context 'when user with full progress in first chapter' do
|
260
|
+
let(:user) { create(:user) }
|
261
|
+
|
262
|
+
before do
|
263
|
+
exercise_1.submit_solution!(user).passed!
|
264
|
+
end
|
265
|
+
|
266
|
+
it { expect(book.enabled_chapters_in(workspace)).to eq [chapter_1, chapter_2] }
|
267
|
+
it { expect(book.chapter_visibilities_in(workspace)).to eq [[chapter_1, true], [chapter_2, true], [chapter_3, false]] }
|
268
|
+
end
|
269
|
+
|
270
|
+
context 'when user with incomplete progress in second chapter' do
|
271
|
+
let(:user) { create(:user) }
|
272
|
+
|
273
|
+
before do
|
274
|
+
exercise_1.submit_solution!(user).passed!
|
275
|
+
exercise_2.submit_solution!(user).passed!
|
276
|
+
end
|
277
|
+
|
278
|
+
it { expect(book.enabled_chapters_in(workspace)).to eq [chapter_1, chapter_2] }
|
279
|
+
it { expect(book.chapter_visibilities_in(workspace)).to eq [[chapter_1, true], [chapter_2, true], [chapter_3, false]] }
|
280
|
+
end
|
281
|
+
|
282
|
+
|
283
|
+
context 'when user with incomplete progress in third chapter' do
|
284
|
+
let(:user) { create(:user) }
|
285
|
+
|
286
|
+
before do
|
287
|
+
exercise_1.submit_solution!(user).passed!
|
288
|
+
exercise_2.submit_solution!(user).passed!
|
289
|
+
exercise_3.submit_solution!(user).passed!
|
290
|
+
end
|
291
|
+
|
292
|
+
it_behaves_like 'full display'
|
293
|
+
end
|
294
|
+
|
295
|
+
context 'when teacher user' do
|
296
|
+
let(:user) { create(:user) }
|
297
|
+
before { user.make_teacher_of! organization }
|
298
|
+
|
299
|
+
it_behaves_like 'full display'
|
300
|
+
end
|
301
|
+
end
|
302
|
+
|
303
|
+
context 'progressive display-2' do
|
304
|
+
before { organization.enable_progressive_display! lookahead: 2 }
|
305
|
+
|
306
|
+
context 'when annonymous user' do
|
307
|
+
let(:user) { nil }
|
308
|
+
it_behaves_like 'full display'
|
309
|
+
end
|
310
|
+
|
311
|
+
context 'when fresh user' do
|
312
|
+
let(:user) { create(:user) }
|
313
|
+
it { expect(book.enabled_chapters_in(workspace)).to eq [chapter_1, chapter_2] }
|
314
|
+
end
|
315
|
+
|
316
|
+
context 'when teacher user' do
|
317
|
+
let(:user) { create(:user) }
|
318
|
+
before { user.make_teacher_of! organization }
|
319
|
+
|
320
|
+
it_behaves_like 'full display'
|
321
|
+
end
|
322
|
+
end
|
323
|
+
end
|
203
324
|
end
|
@@ -27,8 +27,8 @@ describe 'CourseChanged', organization_workspace: :test do
|
|
27
27
|
end
|
28
28
|
|
29
29
|
context 'when an invitation has been created' do
|
30
|
-
let(:expiration_date) { 2.days.since }
|
31
|
-
let!(:invitation) { course.invite! expiration_date
|
30
|
+
let(:expiration_date) { 2.days.since.beginning_of_day }
|
31
|
+
let!(:invitation) { course.invite! expiration_date }
|
32
32
|
|
33
33
|
it { expect(invitation.expiration_date).to eq expiration_date }
|
34
34
|
it { expect(invitation.code).to_not be nil }
|
@@ -41,7 +41,7 @@ describe 'CourseChanged', organization_workspace: :test do
|
|
41
41
|
let(:old_expiration) { 1.day.since.beginning_of_day }
|
42
42
|
|
43
43
|
before { course.invite! old_expiration }
|
44
|
-
let!(:invitation) { course.invite! 2.days.since
|
44
|
+
let!(:invitation) { course.invite! 2.days.since }
|
45
45
|
|
46
46
|
# This behaviour is debatable, but it is the current expected behaviour
|
47
47
|
it { expect(invitation.expiration_date).to eq old_expiration }
|
@@ -54,8 +54,8 @@ describe 'CourseChanged', organization_workspace: :test do
|
|
54
54
|
context 'when an invitation has been created and then re-created after expiration' do
|
55
55
|
before { course.invite! 1.day.ago }
|
56
56
|
|
57
|
-
let(:new_expiration) { 2.days.since }
|
58
|
-
let!(:invitation) { course.invite! new_expiration
|
57
|
+
let(:new_expiration) { 2.days.since.beginning_of_day }
|
58
|
+
let!(:invitation) { course.invite! new_expiration }
|
59
59
|
|
60
60
|
it { expect(invitation.expiration_date).to eq new_expiration }
|
61
61
|
it { expect(invitation.code).to_not be nil }
|
@@ -17,53 +17,53 @@ describe Discussion, organization_workspace: :test do
|
|
17
17
|
it { expect(discussion.item).to eq problem }
|
18
18
|
it { expect(initiator.subscribed_to? discussion).to be true }
|
19
19
|
it { expect(discussion.status).to eq :opened }
|
20
|
-
it { expect(discussion.reachable_statuses_for initiator).to eq [
|
20
|
+
it { expect(discussion.reachable_statuses_for initiator).to eq [] }
|
21
21
|
it { expect(discussion.reachable_statuses_for moderator).to eq [:closed] }
|
22
22
|
it { expect(discussion.reachable_statuses_for student).to eq [] }
|
23
23
|
it { expect(discussion.commentable_by? student).to be true }
|
24
24
|
it { expect(discussion.commentable_by? moderator).to be true }
|
25
25
|
|
26
26
|
describe 'initiator sends a message' do
|
27
|
-
before { discussion.submit_message!({content: 'I forgot to say this'}, initiator)
|
27
|
+
before { discussion.submit_message!({content: 'I forgot to say this'}, initiator) }
|
28
28
|
|
29
29
|
it { expect(discussion.has_responses?).to be false }
|
30
30
|
it { expect(discussion.messages.first.content).to eq 'I forgot to say this' }
|
31
31
|
it { expect(initiator.unread_discussions).to eq [] }
|
32
|
-
it { expect(discussion.reachable_statuses_for initiator).to eq [
|
32
|
+
it { expect(discussion.reachable_statuses_for initiator).to eq [] }
|
33
33
|
it { expect(discussion.reachable_statuses_for moderator).to eq [:closed] }
|
34
34
|
it { expect(discussion.reachable_statuses_for student).to eq [] }
|
35
35
|
|
36
|
-
describe 'and closes the discussion' do
|
36
|
+
describe 'and closes the discussion then status can not be updated' do
|
37
37
|
before { discussion.update_status!(:closed, initiator) }
|
38
38
|
|
39
|
-
it { expect(discussion.status).to eq :
|
39
|
+
it { expect(discussion.status).to eq :opened }
|
40
40
|
it { expect(discussion.reachable_statuses_for initiator).to eq [] }
|
41
|
-
it { expect(discussion.reachable_statuses_for moderator).to eq [:
|
41
|
+
it { expect(discussion.reachable_statuses_for moderator).to eq [:closed] }
|
42
42
|
it { expect(discussion.reachable_statuses_for student).to eq [] }
|
43
|
-
it { expect(discussion.commentable_by? student).to be
|
43
|
+
it { expect(discussion.commentable_by? student).to be true }
|
44
44
|
it { expect(discussion.commentable_by? moderator).to be true }
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
48
48
|
describe 'receive message from helper' do
|
49
|
-
before { discussion.submit_message!({content: 'You should do this'}, student)
|
49
|
+
before { discussion.submit_message!({content: 'You should do this'}, student) }
|
50
50
|
|
51
51
|
it { expect(discussion.has_responses?).to be true }
|
52
52
|
it { expect(initiator.unread_discussions).to include discussion }
|
53
53
|
it { expect(discussion.messages.first.content).to eq 'You should do this' }
|
54
|
-
it { expect(discussion.reachable_statuses_for initiator).to eq [
|
54
|
+
it { expect(discussion.reachable_statuses_for initiator).to eq [] }
|
55
55
|
it { expect(discussion.reachable_statuses_for moderator).to eq [:closed, :solved] }
|
56
56
|
it { expect(discussion.reachable_statuses_for student).to eq [] }
|
57
57
|
it { expect(student.subscribed_to? discussion).to be true }
|
58
58
|
|
59
|
-
describe 'gets updated to pending_review by initiator' do
|
59
|
+
describe 'gets updated to pending_review by initiator but he can not do it' do
|
60
60
|
before { discussion.update_status!(:pending_review, initiator) }
|
61
61
|
|
62
|
-
it { expect(discussion.status).to eq :
|
62
|
+
it { expect(discussion.status).to eq :opened }
|
63
63
|
it { expect(discussion.reachable_statuses_for initiator).to eq [] }
|
64
|
-
it { expect(discussion.reachable_statuses_for moderator).to eq [:
|
64
|
+
it { expect(discussion.reachable_statuses_for moderator).to eq [:closed, :solved] }
|
65
65
|
it { expect(discussion.reachable_statuses_for student).to eq [] }
|
66
|
-
it { expect(discussion.commentable_by? student).to be
|
66
|
+
it { expect(discussion.commentable_by? student).to be true }
|
67
67
|
it { expect(discussion.commentable_by? moderator).to be true }
|
68
68
|
end
|
69
69
|
|
@@ -138,7 +138,7 @@ describe Discussion, organization_workspace: :test do
|
|
138
138
|
let(:exercise) { create(:problem) }
|
139
139
|
|
140
140
|
let!(:public_discussions) { [:opened, :solved].map { |it| exercise.discuss!(initiator, {status: it, title: 'A disc'}) } }
|
141
|
-
let!(:private_discussions
|
141
|
+
let!(:private_discussions) { [:pending_review, :closed].map { |it| exercise.discuss!(initiator, {status: it, title: 'A disc'}) } }
|
142
142
|
let!(:other_discussion) { exercise.discuss!(other_user, {status: :closed, title: 'A disc'}) }
|
143
143
|
|
144
144
|
context 'as student' do
|
@@ -166,11 +166,99 @@ describe Discussion, organization_workspace: :test do
|
|
166
166
|
let(:other_user) { create(:user) }
|
167
167
|
let(:problem) { create(:problem) }
|
168
168
|
let(:assignment) { problem.submit_solution! user }
|
169
|
-
let(:discussion) { problem.discuss!(user, {title: 'A discussion'})}
|
169
|
+
let(:discussion) { problem.discuss!(user, {title: 'A discussion'}) }
|
170
170
|
|
171
171
|
before { discussion.submit_message!({content: 'You should do this'}, user) }
|
172
172
|
before { problem.submit_solution! other_user }
|
173
173
|
|
174
174
|
it { expect(discussion.messages.count).to eq 1 }
|
175
175
|
end
|
176
|
+
|
177
|
+
describe '#update_counters_cache!' do
|
178
|
+
let(:initiator) { create(:user) }
|
179
|
+
let(:other_user) { create(:user) }
|
180
|
+
let(:problem) { create(:problem) }
|
181
|
+
let(:moderator) { create(:user, permissions: {moderator: 'test/*'}) }
|
182
|
+
let(:assignment) { problem.submit_solution! initiator }
|
183
|
+
let(:discussion) { problem.discuss!(initiator, {title: 'A discussion'}) }
|
184
|
+
|
185
|
+
context 'when discussion is created' do
|
186
|
+
it { expect(discussion.requires_moderator_response?).to be true }
|
187
|
+
it { expect(discussion.validated_messages_count).to eq 0 }
|
188
|
+
it { expect(discussion.messages_count).to eq 0 }
|
189
|
+
end
|
190
|
+
|
191
|
+
context 'when moderator responds' do
|
192
|
+
before { discussion.submit_message!({content: 'it is ok'}, moderator) }
|
193
|
+
|
194
|
+
it { expect(discussion.reload.requires_moderator_response?).to be false }
|
195
|
+
it { expect(discussion.reload.validated_messages_count).to eq 1 }
|
196
|
+
it { expect(discussion.reload.messages_count).to eq 1 }
|
197
|
+
end
|
198
|
+
|
199
|
+
context 'when moderator and other user responds' do
|
200
|
+
before { discussion.submit_message!({content: 'it is ok'}, moderator) }
|
201
|
+
before { discussion.submit_message!({content: 'same question'}, other_user) }
|
202
|
+
|
203
|
+
it { expect(discussion.reload.requires_moderator_response?).to be false }
|
204
|
+
it { expect(discussion.reload.validated_messages_count).to eq 1 }
|
205
|
+
it { expect(discussion.reload.messages_count).to eq 2 }
|
206
|
+
end
|
207
|
+
|
208
|
+
context 'when moderator and initiator responds' do
|
209
|
+
before { discussion.submit_message!({content: 'it is ok'}, moderator) }
|
210
|
+
before { discussion.submit_message!({content: 'need more help'}, initiator) }
|
211
|
+
before { discussion.submit_message!({content: 'same question'}, other_user) }
|
212
|
+
|
213
|
+
it { expect(discussion.reload.requires_moderator_response?).to be true }
|
214
|
+
it { expect(discussion.reload.validated_messages_count).to eq 1 }
|
215
|
+
it { expect(discussion.reload.messages_count).to eq 3 }
|
216
|
+
end
|
217
|
+
|
218
|
+
context 'when moderator and initiator responds but the latter is not a question' do
|
219
|
+
before { discussion.submit_message!({content: 'it is ok'}, moderator) }
|
220
|
+
before { discussion.submit_message!({content: 'need more help'}, initiator) }
|
221
|
+
before { discussion.messages.last.update! not_actually_a_question: true }
|
222
|
+
before { discussion.submit_message!({content: 'same question'}, other_user) }
|
223
|
+
|
224
|
+
it { expect(discussion.reload.requires_moderator_response?).to be false }
|
225
|
+
it { expect(discussion.reload.validated_messages_count).to eq 1 }
|
226
|
+
it { expect(discussion.reload.messages_count).to eq 3 }
|
227
|
+
end
|
228
|
+
|
229
|
+
context 'when moderator and initiator responds twice' do
|
230
|
+
before { discussion.submit_message!({content: 'it is ok'}, moderator) }
|
231
|
+
before { discussion.submit_message!({content: 'need more help'}, initiator) }
|
232
|
+
before { discussion.messages.last.update! not_actually_a_question: true }
|
233
|
+
before { discussion.submit_message!({content: 'same question'}, initiator) }
|
234
|
+
|
235
|
+
it { expect(discussion.reload.requires_moderator_response?).to be true }
|
236
|
+
it { expect(discussion.reload.validated_messages_count).to eq 1 }
|
237
|
+
it { expect(discussion.reload.messages_count).to eq 3 }
|
238
|
+
end
|
239
|
+
|
240
|
+
context 'when message gets deleted' do
|
241
|
+
before { discussion.submit_message!({content: 'it is ok'}, moderator) }
|
242
|
+
before { discussion.submit_message!({content: 'another question'}, initiator) }
|
243
|
+
before { discussion.messages.last.destroy! }
|
244
|
+
|
245
|
+
it { expect(discussion.reload.requires_moderator_response?).to be false }
|
246
|
+
it { expect(discussion.reload.validated_messages_count).to eq 1 }
|
247
|
+
it { expect(discussion.reload.messages_count).to eq 1 }
|
248
|
+
end
|
249
|
+
|
250
|
+
context 'long discussion' do
|
251
|
+
before { discussion.submit_message!({content: 'it is ok'}, moderator) }
|
252
|
+
before { discussion.submit_message!({content: 'need more help'}, initiator) }
|
253
|
+
before { discussion.messages.last.update! not_actually_a_question: true }
|
254
|
+
before { discussion.submit_message!({content: 'same question'}, initiator) }
|
255
|
+
before { discussion.submit_message!({content: 'do it like this'}, moderator) }
|
256
|
+
before { discussion.submit_message!({content: 'thanks'}, initiator) }
|
257
|
+
before { discussion.messages.last.update! not_actually_a_question: true }
|
258
|
+
|
259
|
+
it { expect(discussion.reload.requires_moderator_response?).to be false }
|
260
|
+
it { expect(discussion.reload.validated_messages_count).to eq 2 }
|
261
|
+
it { expect(discussion.reload.messages_count).to eq 5 }
|
262
|
+
end
|
263
|
+
end
|
176
264
|
end
|