mumuki-laboratory 7.5.0 → 7.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/mumuki_laboratory/application/codemirror.js +6 -2
- 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/popover.scss +1 -1
- data/app/controllers/application_controller.rb +19 -2
- data/app/controllers/invitations_controller.rb +1 -0
- data/app/controllers/login_controller.rb +1 -0
- data/app/helpers/links_helper.rb +1 -1
- data/app/views/book/show.html.erb +14 -6
- data/app/views/errors/gone.html.erb +4 -1
- data/app/views/layouts/_kids.html.erb +1 -1
- data/app/views/layouts/_social_media.html.erb +3 -3
- data/app/views/layouts/exercise_inputs/editors/_multiple_files.html.erb +3 -3
- 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/lib/mumuki/laboratory/controllers/dynamic_errors.rb +11 -1
- data/lib/mumuki/laboratory/locales/en.yml +4 -1
- data/lib/mumuki/laboratory/locales/es.yml +5 -1
- data/lib/mumuki/laboratory/locales/pt.yml +5 -1
- data/lib/mumuki/laboratory/version.rb +1 -1
- data/spec/dummy/db/schema.rb +2 -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
- metadata +9 -513
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/AUTHORS +0 -16
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/Gemfile +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/LICENSE +0 -661
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/README.md +0 -159
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/Rakefile +0 -35
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/api_client.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/application_record.rb +0 -128
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/assignment.rb +0 -243
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/avatar.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/book.rb +0 -65
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/chapter.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/complement.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/assistable.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/contextualization.rb +0 -137
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/disabling.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/friendly_name.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/guide_container.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/navigation/parent_navigation.rb +0 -27
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/navigation/siblings_navigation.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/navigation/terminal_navigation.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/submittable/confirmable.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/submittable/queriable.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/submittable/questionable.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/submittable/solvable.rb +0 -32
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/submittable/submittable.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/submittable/triable.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/topic_container.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_assignments.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_case_insensitive_search.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_content.rb +0 -34
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_description.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_discussion_creation.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_discussion_creation/subscription.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_discussion_creation/upvote.rb +0 -28
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_discussion_status.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_discussions.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_editor.rb +0 -39
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_expectations.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_language.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_layout.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_locale.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_messages.rb +0 -22
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_name.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_number.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_profile.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_progress.rb +0 -27
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_randomizations.rb +0 -43
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_reminders.rb +0 -74
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_scoped_queries.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_scoped_queries/filter.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_scoped_queries/page.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_scoped_queries/sort.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_slug.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_usages.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/concerns/with_user_navigation.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/content.rb +0 -35
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/course.rb +0 -51
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/discussion.rb +0 -138
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/event.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/exam.rb +0 -177
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/exam_authorization.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/exercise.rb +0 -255
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/exercise/challenge.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/exercise/interactive.rb +0 -41
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/exercise/playground.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/exercise/problem.rb +0 -53
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/exercise/queriable_challenge.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/exercise/reading.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/guide.rb +0 -131
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/indicator.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/invitation.rb +0 -61
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/language.rb +0 -128
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/lesson.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/message.rb +0 -68
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/organization.rb +0 -167
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/progress.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/stats.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/subscription.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/topic.rb +0 -63
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/upvote.rb +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/usage.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/user.rb +0 -192
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/app/models/with_stats.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/bin/rails +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141120231135_create_exercises.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141120231735_create_submissions.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141121001134_add_status_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141121013100_add_result_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141121122921_add_language_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141124023403_create_users.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141124032114_add_user_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141207235356_add_submissions_count_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141208005050_add_author_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141208005125_rename_user_to_submitter.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141212044717_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141212044718_add_missing_unique_indices.acts_as_taggable_on_engine.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141212044719_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141212044720_add_missing_taggable_index.acts_as_taggable_on_engine.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141221213109_create_exercise_repos.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141221215035_add_origin_to_exercise.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141225034553_rename_exercise_repo_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141225143218_rename_github_url_to_github_repository.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141225195510_create_imports.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141225211350_add_status_to_import.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141226010922_add_result_to_import.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141228151351_change_exercise_description_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141231074400_create_languages.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141231191842_change_language_column_type.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141231192030_rename_author_to_plugin_author.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20141231234940_increment_language_id.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150108014005_add_locale_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150111160450_add_uniques_to_languages.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150125042217_add_test_syntax_hint_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150125051529_add_hint_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150126213310_devise_create_admin_users.rb +0 -42
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150126213316_create_active_admin_comments.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150315072037_add_description_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150317052723_remove_language_author.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150317053307_remove_language_hint.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150321150030_add_extra_code_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150328211331_create_expectations.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150329163753_add_email_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150330020553_add_expectation_results_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150405231013_create_exports.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150405232603_add_default_guide_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150406020152_add_last_submission_date_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150407225356_add_unique_index_to_users.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150408020712_add_status_to_export.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150408022654_add_commiter_to_export.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150411215351_change_guide_description_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150412042959_add_committer_to_import.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150412201651_remove_default_guide_from_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150415053559_add_image_url_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150415211341_add_position_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150415234515_create_relationships.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150417052238_add_original_id_format_to_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150418055334_add_locale_and_language_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150424180136_add_guides_users_association_tables.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150428195229_add_guides_suggestions.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150507215646_remove_relationship.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150508015148_create_api_tokens.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150509191428_add_name_to_token.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150512235847_add_feedback_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150513203636_create_categories.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150513204102_create_starting_points.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150517074730_add_extra_code_to_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150518174912_add_language_output_visibility_flag.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150518185508_add_content_type_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150519131033_set_default_locale_for_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150519174628_remove_language_name_uniq.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150519220307_rename_api_token_columns.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150520011404_convert_starting_point_into_path.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150529135324_add_corollary_to_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150529141430_add_corollary_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150531164450_add_test_extension_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150603003459_remove_language_extension_uniq.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150603020457_remove_guide_name_uniq.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150605065543_add_highlight_mode.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150614173852_add_learning_flag.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150614180512_add_beta_flag.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150614191257_add_last_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150620181839_add_layout_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150701030644_add_unique_to_language_name_index.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150701212609_add_test_results_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150708212022_add_position_to_category.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150708212836_change_category_description_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150713120916_add_expectations_column_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150714000532_remove_expectations_relation.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150722003532_create_event_subscribers.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150722030820_create_solutions.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150722142019_add_submissions_count_to_solution.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150723052640_add_submission_id_to_solution.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150724062215_add_language_description.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150724062233_add_category_links.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150724062249_add_category_long_description.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150819194207_convert_submissions_into_solutions.rb +0 -34
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150819202310_remove_submissions.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150826023647_create_friendly_id_slugs.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150826023757_add_slug_to_guides.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150826024859_add_slug_to_exercises.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150828013106_add_remember_me_token_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150829211550_add_queriable_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150829215524_add_expectations_column_to_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150905214532_rename_exercise_title_to_name.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151001143118_rename_solution_to_assignment.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151001183858_rename_assignment_content_to_solution.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151003003856_add_type_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151020145904_remove_guide_git_information.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151104163433_create_tenants.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151104172241_create_path_rules.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151104173956_remove_guide_position.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151104220859_remove_path_from_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151107232242_move_slug_to_path_rule.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151108173838_remove_slugs.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151108182857_remove_act_as_taggable_taggings.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151108183319_add_tags_array.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151206072741_rename_guide_extra_code_to_extra.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151208224736_rename_path_rule_to_chapter_guide.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151208224907_rename_category_to_chapter.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151208225503_rename_chapter_position_to_number.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151208231749_rename_chapter_guide_path_to_chapter.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151208233707_rename_url_to_slug.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151209021925_add_locale_to_tenant.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151210204646_remove_language_extensions.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151211032811_drop_collaborators.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151211033000_drop_contributors.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151211034943_remove_authors.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151211035206_add_contact_email_to_tenant.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151218172557_drop_import.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151222153838_add_default_content_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151223014138_change_language_icon_url_into_devicon_id.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151224174248_remove_original_id.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20151229153839_replace_learning_with_type_in_guides.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160108191156_rename_extra_code.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160108215313_remove_unique_index_from_users.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160119024542_add_preface_to_tenant.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160119040351_rename_tenant_to_book.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160119191508_rename_position_to_number.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160120171336_add_type_to_event_suscriber.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160205184243_add_bibliotheca_id_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160214191548_required_bibliotheca_id.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160222165337_add_hidden_flag_to_extra_code.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160222192958_rename_chapter_guide_to_lesson.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160307184203_add_prompt_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160331210507_add_comment_model.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160401142104_add_readed_to_comment.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160404214826_change_readed_to_read.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160405184624_change_submission_id_to_string.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160412193123_change_content_comment_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160414150800_remove_tenant_subscriber.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160426171156_add_new_expectations_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160427195306_create_organizations.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160427223805_add_chapter_book.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160427234538_create_topics.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160427235605_add_topic_to_chapter.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160428162753_add_topic_id_to_lesson.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160428175230_create_exams.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160428224823_add_duration_to_exam.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160429174901_add_start_end_time_to_exam.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160429181825_add_exam_user.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160430225048_create_complements.rb +0 -10
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160430231035_remove_chapter_lesson.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160430235331_remove_chapter_name_description.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160430235656_remove_chapter_locale_image_url.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160501003355_add_long_description_to_topic.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160501071847_create_usages.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160506012945_add_slug_to_topic_and_book.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160506035230_remove_slug_from_lesson.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160506041446_rename_preface_to_description.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160506172239_remove_event_subscriber.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160506175610_remove_api_tokens.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160506181152_remove_admin_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160506182333_remove_admin_comments.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160510183137_add_private_to_organization.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160512134321_add_organization_image.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160516191936_add_stateful_console_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160517215229_add_classroom_idto_exams.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160518212552_rename_exam_users_to_exam_authorization.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160518213912_add_user_start_data_in_exam.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160519045220_add_id_to_exam_authorizations.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160520141716_remove_chapter_links_and_long_description.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160520153115_change_exam_classroom_id_to_string.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160526172026_remove_not_null_constraint_exam_duration.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160526182119_add_metadata_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160617175235_add_last_organization_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160617195350_change_metadata_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160701195105_add_login_methods_to_organization.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160705160244_add_manual_evaluation_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160715001254_rename_test_runner_url.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160729194600_change_default_content_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160812003350_change_default_login_methods.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160815225314_rename_long_description_to_appendix.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160819181024_make_organization_private_by_default.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160830160937_add_authoring_information_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20160907010315_remove_exercise_slug.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20161004202742_add_editor_to_problem.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20161018142147_add_language_extension.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20161107171305_remove_devicon_column_from_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20161222182015_rename_uid_to_social_id.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20161222182724_add_uid_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20161226181932_remove_metadata_from_users.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20161230055953_add_not_null_constraint_to_uid_in_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20161231224116_add_permissions_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170125185012_add_new_fields_on_organization.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170207154702_add_index_to_uid.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170224040846_create_invitations.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170224061531_make_tos_type_text.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170301160253_rename_invitation_slug_to_code.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170330145157_rename_comment_to_messages.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170407190910_add_has_messages_flag_to_assignment.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170526191251_add_community_link_to_organizations.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170526204944_add_has_messages_to_organizations.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170601181759_rename_has_messages_to_raise_hand_enabled_in_organization.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170608033403_remove_has_messages_from_assignment.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170608044038_remove_messages_exercise_id.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170608154055_remove_message_type_column.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170612173212_add_first_name_and_last_name_to_user.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170621222902_introduce_settings_and_themes.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170818185127_add_guide_slug_constraint.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20170830020507_change_invitation_expiration_date_type.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20171003204152_add_goal_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20171003204209_add_queries_to_assignment.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20171004134607_add_triable_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20171024182244_add_devicon_and_comment_type_to_language.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20171109181818_add_manual_evaluation_commend_and_submission_id_index_in_assignment.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20171229042201_add_assets_to_language.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180117014110_add_custom_editor_assets_to_language.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180123174410_add_initial_and_final_states_to_exercises.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180123180836_add_accepts_reminders_to_users.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180129142749_add_api_client.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180130194923_add_last_reminded_date_to_users.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180130204935_add_course.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180307150148_add_failed_submissions_count_to_assignments.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180323125804_remove_user_name.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180323140943_remove_unused_omniauth_fields.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180326224511_remove_book_ids.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180402015405_remove_course_uid.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180504173548_create_discussions.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180504185845_add_discussion_id_to_message.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180526141344_add_tips_rules_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180605143727_add_submission_to_discussion.rb +0 -16
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180611190239_add_randomizations_to_exercises.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180619182555_create_subscriptions.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180702153442_create_upvotes.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180702175220_add_upvotes_count_to_discussions.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180704150839_rename_assignment_status_to_submission_status.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180725145801_add_submissions_caps_to_exams.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20180802190437_add_approved_to_messages.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181004173216_add_free_form_editor_to_exercises.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181014233438_remove_non_null_constraint_from_permissions.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181016203853_add_test_extension_back.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181021151505_add_id_format_back.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181022043658_add_private_flag_for_guides.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181022220518_add_teacher_info_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181101180652_add_unique_index_to_organizations_name.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181105152420_remove_contact_email_from_book.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181113183935_rename_guide_contributors_to_collaborators.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181114201620_add_test_template_to_languages.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181117190241_add_feedback_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181121165956_rename_choices_column.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20181210131824_convert_course_invitation_into_fk.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190123180139_add_sources_section.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190123180147_add_learn_more_section.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190312152901_add_content_fk.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190326152631_add_settings_to_content.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190404181724_add_organization_to_discussion.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190506180102_add_multifile_to_languages.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190530173142_add_organization_to_assignment.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190702003600_add_loading_flags_to_language.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190702182407_add_new_profile_fields.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190724190355_add_settings_to_languages.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190905174934_add_submitted_at_to_assignments.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190918134321_remove_new_expectations.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190918140026_add_custom_expectations.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20190929180601_add_expectations_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20191022180238_remove_choice_values_from_exercises.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20191029200548_create_indicators.rb +0 -12
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20191105171244_add_parent_to_assignments.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20191211153004_add_dirtiness_to_indicators.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20191217184525_add_progress_fields_to_indicators.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20200127142401_add_private_to_topics_and_books.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20200213175736_add_verified_names_to_users.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20200312181842_add_results_hidden_for_choices_to_exam.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20200508191543_create_avatars.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20200518135658_add_avatar_to_users.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20200527180729_add_disabled_at_to_users.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain.rb +0 -58
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/engine.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/evaluation.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/evaluation/automated.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/evaluation/manual.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/exceptions.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/exceptions/blocked_forum_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/exceptions/disabled_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/exceptions/forbidden_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/exceptions/gone_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/exceptions/not_found_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/exceptions/unauthorized_error.rb +0 -2
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/extensions.rb +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/extensions/array.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/extensions/hash.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/extensions/module.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/extensions/string.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/api_client_factory.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/assignments_factory.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/book_factory.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/chapter_factory.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/complement_factory.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/course_factory.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/discussion_factory.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/exam_factory.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/exercise_factory.rb +0 -84
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/guide_factory.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/invitation_factory.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/lesson_factory.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/login_settings_factory.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/message_factory.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/organization_factory.rb +0 -38
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/topic_factory.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/usage_factory.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/factories/user_factory.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/file.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/helpers.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/helpers/course.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/helpers/organization.rb +0 -72
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/helpers/user.rb +0 -109
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/locales/activerecord/en.yml +0 -29
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/locales/activerecord/es.yml +0 -58
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/locales/activerecord/pt.yml +0 -29
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/locales/console_submission/en.yml +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/locales/console_submission/es.yml +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/locales/console_submission/pt.yml +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/organization.rb +0 -8
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/organization/profile.rb +0 -39
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/organization/settings.rb +0 -27
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/organization/theme.rb +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/seed.rb +0 -33
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status.rb +0 -72
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/discussion/closed.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/discussion/discussion.rb +0 -44
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/discussion/opened.rb +0 -31
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/discussion/pending_review.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/discussion/solved.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/submission/aborted.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/submission/errored.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/submission/failed.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/submission/manual_evaluation_pending.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/submission/passed.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/submission/passed_with_warnings.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/submission/pending.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/submission/running.rb +0 -15
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/submission/skipped.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/status/submission/submission.rb +0 -45
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/store.rb +0 -3
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/store/bibliotheca.rb +0 -29
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/store/github.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/store/github/exercise_schema.rb +0 -40
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/store/github/guide_schema.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/store/thesaurus.rb +0 -85
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/submission.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/submission/base.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/submission/confirmation.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/submission/console_submission.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/submission/persistent_submission.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/submission/query.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/submission/question.rb +0 -14
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/submission/solution.rb +0 -7
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/submission/try.rb +0 -20
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/syncable.rb +0 -91
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/syncable/with_resource_fields.rb +0 -18
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/lib/mumuki/domain/version.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/mumuki-domain.gemspec +0 -78
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/Rakefile +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/bin/bundle +0 -3
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/bin/rails +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/bin/rake +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/bin/setup +0 -38
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/bin/update +0 -29
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/config.ru +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/config/application.rb +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/config/boot.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/config/database.travis.yml +0 -4
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/config/database.yml +0 -13
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/config/environment.rb +0 -5
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/config/environments/test.rb +0 -47
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/dummy/db/schema.rb +0 -387
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/evaluation_helper.rb +0 -19
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/lib/bibliotheca_store_spec.rb +0 -73
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/lib/organization_helpers_spec.rb +0 -228
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/lib/thesaurus_store_spec.rb +0 -329
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/lib/user_helpers_spec.rb +0 -168
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/api_client_spec.rb +0 -6
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/assignment_spec.rb +0 -490
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/book_import_spec.rb +0 -70
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/book_spec.rb +0 -203
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/course_spec.rb +0 -67
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/discussion_spec.rb +0 -176
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/event_generation_spec.rb +0 -189
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/event_publishing_spec.rb +0 -36
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/exam_spec.rb +0 -159
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/exercise_spec.rb +0 -589
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/guide_import_spec.rb +0 -317
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/guide_spec.rb +0 -264
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/hash_spec.rb +0 -17
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/indicator_spec.rb +0 -101
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/interactive_spec.rb +0 -144
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/invitation_spec.rb +0 -25
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/language_spec.rb +0 -56
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/lesson_spec.rb +0 -90
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/message_spec.rb +0 -87
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/navigation_spec.rb +0 -78
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/organization_spec.rb +0 -215
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/playground_spec.rb +0 -23
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/problem_spec.rb +0 -85
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/query_spec.rb +0 -21
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/question_spec.rb +0 -37
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/reading_spec.rb +0 -11
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/solution_spec.rb +0 -77
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/stats_spec.rb +0 -24
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/string_spec.rb +0 -9
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/topic_spec.rb +0 -57
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/usage_spec.rb +0 -82
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/user_changed_spec.rb +0 -44
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/user_spec.rb +0 -304
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/with_expectations_spec.rb +0 -62
- data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/spec_helper.rb +0 -57
data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/reading_spec.rb
DELETED
@@ -1,11 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Reading, organization_workspace: :test do
|
4
|
-
let(:guide) { create(:indexed_guide) }
|
5
|
-
let!(:reading) { create(:reading, guide: guide) }
|
6
|
-
let!(:user) { create(:user) }
|
7
|
-
|
8
|
-
let!(:result) { reading.submit_confirmation!(user) }
|
9
|
-
|
10
|
-
it { expect(result).to eq status: :passed, result: '' }
|
11
|
-
end
|
data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/solution_spec.rb
DELETED
@@ -1,77 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Mumuki::Domain::Submission::Solution, organization_workspace: :test do
|
4
|
-
|
5
|
-
let(:user) { create(:user) }
|
6
|
-
|
7
|
-
describe '#try_submit_solution!' do
|
8
|
-
|
9
|
-
context 'when on chapter' do
|
10
|
-
let(:problem) { create(:problem) }
|
11
|
-
let!(:chapter) {
|
12
|
-
create(:chapter, name: 'Functional Programming', lessons: [
|
13
|
-
create(:lesson, exercises: [problem])
|
14
|
-
]) }
|
15
|
-
|
16
|
-
before { reindex_current_organization! }
|
17
|
-
let!(:result) { problem.try_submit_solution! user }
|
18
|
-
|
19
|
-
it { expect(result).to eq problem.find_assignment_for(user, Organization.current) }
|
20
|
-
it { expect(result.attempts_left).to eq nil }
|
21
|
-
it { expect(result.attempts_left?).to be true }
|
22
|
-
end
|
23
|
-
|
24
|
-
context 'when on exam' do
|
25
|
-
let(:problem) { create(:problem) }
|
26
|
-
let!(:exam) { create(:exam, max_problem_submissions: 10, exercises: [problem]) }
|
27
|
-
|
28
|
-
before { reindex_current_organization! }
|
29
|
-
let(:result) { problem.try_submit_solution! user }
|
30
|
-
|
31
|
-
it { expect(result).to eq problem.find_assignment_for(user, Organization.current) }
|
32
|
-
it { expect(result.attempts_left).to eq 9 }
|
33
|
-
it { expect(result.attempts_left?).to be true }
|
34
|
-
end
|
35
|
-
end
|
36
|
-
|
37
|
-
describe '#submit_solution!' do
|
38
|
-
|
39
|
-
before { expect_any_instance_of(Challenge).to receive(:automated_evaluation_class).and_return(Mumuki::Domain::Evaluation::Automated) }
|
40
|
-
before { expect_any_instance_of(Language).to receive(:run_tests!).and_return(bridge_response) }
|
41
|
-
let(:assignment) { exercise.submit_solution! user }
|
42
|
-
|
43
|
-
context 'when results have no expectation' do
|
44
|
-
let(:exercise) { create(:indexed_exercise) }
|
45
|
-
let(:bridge_response) { {result: '0 failures', status: :passed} }
|
46
|
-
|
47
|
-
it { expect(assignment.status).to eq(:passed) }
|
48
|
-
it { expect(assignment.result).to include('0 failures') }
|
49
|
-
end
|
50
|
-
|
51
|
-
context 'when results have standard expectations' do
|
52
|
-
let(:exercise) {
|
53
|
-
create(:indexed_exercise, expectations: [{binding: :foo, inspection: :HasComposition}]) }
|
54
|
-
let(:bridge_response) { {
|
55
|
-
result: '0 failures',
|
56
|
-
status: :passed,
|
57
|
-
expectation_results: [binding: 'foo', inspection: 'HasBinding', result: :passed]} }
|
58
|
-
|
59
|
-
it { expect(assignment.status).to eq(:passed) }
|
60
|
-
it { expect(assignment.result).to include('0 failures') }
|
61
|
-
it { expect(assignment.expectation_results).to eq([{binding: 'foo', inspection: 'HasBinding', result: :passed}]) }
|
62
|
-
end
|
63
|
-
|
64
|
-
|
65
|
-
context 'when results have custom expectations' do
|
66
|
-
let(:exercise) { create(:indexed_exercise, custom_expectations: 'expectation "foo uses composition": `foo` uses composition;') }
|
67
|
-
let(:bridge_response) { {
|
68
|
-
result: '0 failures',
|
69
|
-
status: :passed,
|
70
|
-
expectation_results: [binding: '<<custom>>', inspection: 'foo uses composition', result: :passed]} }
|
71
|
-
|
72
|
-
it { expect(assignment.status).to eq(:passed) }
|
73
|
-
it { expect(assignment.result).to include('0 failures') }
|
74
|
-
it { expect(assignment.expectation_results).to eq([binding: '<<custom>>', inspection: 'foo uses composition', result: :passed]) }
|
75
|
-
end
|
76
|
-
end
|
77
|
-
end
|
data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/stats_spec.rb
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Stats do
|
4
|
-
context 'when someone has not started' do
|
5
|
-
let(:stats) { Stats.new(passed: 0, passed_with_warnings: 0, failed: 0, pending: 10, skipped: 0) }
|
6
|
-
it { expect(stats.submitted).to eq 0 }
|
7
|
-
it { expect(stats.done?).to be false }
|
8
|
-
it { expect(stats.started?).to be false }
|
9
|
-
end
|
10
|
-
|
11
|
-
context 'when someone has started but is not done' do
|
12
|
-
let(:stats) { Stats.new(passed: 3, passed_with_warnings: 2, failed: 1, pending: 3, skipped: 1) }
|
13
|
-
it { expect(stats.submitted).to eq 6 }
|
14
|
-
it { expect(stats.done?).to be false }
|
15
|
-
it { expect(stats.started?).to be true }
|
16
|
-
end
|
17
|
-
|
18
|
-
context 'when someone is done' do
|
19
|
-
let(:stats) { Stats.new(passed: 7, passed_with_warnings: 2, failed: 0, pending: 0, skipped: 1) }
|
20
|
-
it { expect(stats.submitted).to eq 9 }
|
21
|
-
it { expect(stats.done?).to be true }
|
22
|
-
it { expect(stats.started?).to be true }
|
23
|
-
end
|
24
|
-
end
|
data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/string_spec.rb
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe String do
|
4
|
-
describe 'markdown_paragraphs' do
|
5
|
-
it { expect("hello\nworld !\n\nbye bye".markdown_paragraphs).to eq ["hello\nworld !", 'bye bye'] }
|
6
|
-
it { expect("hello\nworld !\n \nbye bye".markdown_paragraphs).to eq ["hello\nworld !", 'bye bye'] }
|
7
|
-
it { expect("hello\nworld !\n \n\nbye bye".markdown_paragraphs).to eq ["hello\nworld !", 'bye bye'] }
|
8
|
-
end
|
9
|
-
end
|
data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/topic_spec.rb
DELETED
@@ -1,57 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Topic do
|
4
|
-
describe 'transparent navigation api' do
|
5
|
-
let!(:topic) { create(:topic, slug: 'foo/bar') }
|
6
|
-
let(:params) { { organization: 'foo', repository: 'bar' } }
|
7
|
-
|
8
|
-
it { expect(topic.transparent_id).to eq 'foo/bar' }
|
9
|
-
it { expect(topic.transparent_params).to eq params }
|
10
|
-
it { expect(Topic.find_transparently!(params)).to eq topic }
|
11
|
-
end
|
12
|
-
|
13
|
-
describe 'slug normalization' do
|
14
|
-
let(:topic) { create(:topic, slug: 'fLbUlGaReLlI/MuMUkI-saMPle-gUIde') }
|
15
|
-
|
16
|
-
it { expect(topic.slug).to eq('flbulgarelli/mumuki-sample-guide') }
|
17
|
-
end
|
18
|
-
|
19
|
-
describe '#import_from_resource_h!' do
|
20
|
-
let!(:haskell) { create(:haskell) }
|
21
|
-
let!(:gobstones) { create(:gobstones) }
|
22
|
-
|
23
|
-
let!(:lesson_1) { create(:lesson, name: 'l1') }
|
24
|
-
let(:guide_1) { lesson_1.guide }
|
25
|
-
|
26
|
-
let!(:lesson_2) { create(:lesson, name: 'l2') }
|
27
|
-
|
28
|
-
let!(:guide_2) { create(:guide, name: 'g2') }
|
29
|
-
let!(:guide_3) { create(:guide, name: 'g3') }
|
30
|
-
|
31
|
-
let(:topic_resource_h) do
|
32
|
-
{name: 'sample topic',
|
33
|
-
description: 'topic description',
|
34
|
-
slug: 'mumuki/mumuki-sample-topic',
|
35
|
-
locale: 'en',
|
36
|
-
lessons: [guide_2, guide_1, guide_3].map(&:slug)}
|
37
|
-
end
|
38
|
-
|
39
|
-
context 'when guide is empty' do
|
40
|
-
let(:topic) { create(:topic, lessons: [lesson_1, lesson_2]) }
|
41
|
-
|
42
|
-
before do
|
43
|
-
topic.import_from_resource_h!(topic_resource_h)
|
44
|
-
end
|
45
|
-
|
46
|
-
it { expect(topic.name).to eq 'sample topic' }
|
47
|
-
it { expect(topic.description).to eq 'topic description' }
|
48
|
-
it { expect(topic.locale).to eq 'en' }
|
49
|
-
it { expect(topic.lessons.count).to eq 3 }
|
50
|
-
it { expect(topic.lessons.first.guide).to eq guide_2 }
|
51
|
-
it { expect(topic.lessons.second).to eq lesson_1 }
|
52
|
-
it { expect(topic.lessons.third.guide).to eq guide_3 }
|
53
|
-
it { expect(Guide.count).to eq 4 }
|
54
|
-
it { expect(Lesson.count).to eq 3 }
|
55
|
-
end
|
56
|
-
end
|
57
|
-
end
|
data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/usage_spec.rb
DELETED
@@ -1,82 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Usage do
|
4
|
-
|
5
|
-
let!(:fundamentals) { create(:topic) }
|
6
|
-
let!(:functional_programming) { create(:topic) }
|
7
|
-
let!(:oop) { create(:topic) }
|
8
|
-
let!(:logic_programming) { create(:topic) }
|
9
|
-
|
10
|
-
let!(:programming) { create(:book, chapters: [
|
11
|
-
build(:chapter, topic: fundamentals),
|
12
|
-
build(:chapter, topic: functional_programming),
|
13
|
-
build(:chapter, topic: oop),
|
14
|
-
build(:chapter, topic: logic_programming),
|
15
|
-
]) }
|
16
|
-
|
17
|
-
let!(:paradigms) { create(:book, chapters: [
|
18
|
-
build(:chapter, topic: functional_programming),
|
19
|
-
build(:chapter, topic: logic_programming),
|
20
|
-
build(:chapter, topic: oop),
|
21
|
-
]) }
|
22
|
-
|
23
|
-
let!(:central) { create(:organization, name: 'central', book: programming) }
|
24
|
-
let!(:pdep) { create(:organization, name: 'pdep', book: paradigms) }
|
25
|
-
|
26
|
-
shared_examples_for 'something that does not interfere with normal scopes' do
|
27
|
-
it 'does not affect all-scope' do
|
28
|
-
expect(Topic.all.count).to eq 4
|
29
|
-
expect(Chapter.all.count).to eq 7
|
30
|
-
expect(Book.all.count).to eq 2
|
31
|
-
expect(Organization.all.count).to eq 2
|
32
|
-
end
|
33
|
-
end
|
34
|
-
|
35
|
-
context 'on central' do
|
36
|
-
before { central.switch! }
|
37
|
-
|
38
|
-
it_behaves_like 'something that does not interfere with normal scopes'
|
39
|
-
|
40
|
-
it { expect(central.book).to eq programming }
|
41
|
-
|
42
|
-
it { expect(programming.chapters.count).to eq 4 }
|
43
|
-
it { expect(programming.chapters.map(&:topic)).to eq [fundamentals, functional_programming, oop, logic_programming] }
|
44
|
-
|
45
|
-
it 'usage_in_organization behaves properly' do
|
46
|
-
expect(fundamentals.usage_in_organization).to_not be_nil
|
47
|
-
expect(fundamentals.usage_in_organization.number).to eq 1
|
48
|
-
|
49
|
-
expect(functional_programming.usage_in_organization).to_not be_nil
|
50
|
-
expect(functional_programming.usage_in_organization).to be_a(Chapter)
|
51
|
-
expect(functional_programming.usage_in_organization.number).to eq 2
|
52
|
-
expect(oop.usage_in_organization.number).to eq 3
|
53
|
-
expect(logic_programming.usage_in_organization.number).to eq 4
|
54
|
-
end
|
55
|
-
|
56
|
-
it { expect(Usage.in_organization.count).to eq 5 }
|
57
|
-
|
58
|
-
end
|
59
|
-
|
60
|
-
context 'on pdep' do
|
61
|
-
before { pdep.switch! }
|
62
|
-
|
63
|
-
it_behaves_like 'something that does not interfere with normal scopes'
|
64
|
-
|
65
|
-
it { expect(pdep.book).to eq paradigms }
|
66
|
-
|
67
|
-
it { expect(paradigms.chapters.count).to eq 3 }
|
68
|
-
it { expect(paradigms.chapters.map(&:topic)).to eq [functional_programming, logic_programming, oop] }
|
69
|
-
|
70
|
-
it 'usage_in_organization behaves properly' do
|
71
|
-
expect(fundamentals.usage_in_organization).to be_nil
|
72
|
-
|
73
|
-
expect(functional_programming.usage_in_organization).to_not be_nil
|
74
|
-
expect(functional_programming.usage_in_organization).to be_a(Chapter)
|
75
|
-
expect(functional_programming.usage_in_organization.number).to eq 1
|
76
|
-
expect(logic_programming.usage_in_organization.number).to eq 2
|
77
|
-
expect(oop.usage_in_organization.number).to eq 3
|
78
|
-
end
|
79
|
-
|
80
|
-
it { expect(Usage.in_organization.count).to eq 4 }
|
81
|
-
end
|
82
|
-
end
|
@@ -1,44 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe User do
|
4
|
-
let(:user) { User.find_by(uid: 'foo@bar.com') }
|
5
|
-
let(:user_json) { {
|
6
|
-
uid: 'foo@bar.com',
|
7
|
-
first_name: 'Foo',
|
8
|
-
last_name: 'Bar',
|
9
|
-
permissions: {student: 'test/example'},
|
10
|
-
id: 1
|
11
|
-
} }
|
12
|
-
|
13
|
-
context 'when new user' do
|
14
|
-
before { User.import_from_resource_h! user_json }
|
15
|
-
it { expect(user.uid).to eq 'foo@bar.com' }
|
16
|
-
it { expect(user.name).to eq 'Foo Bar' }
|
17
|
-
|
18
|
-
context 'when user is created with no verified name' do
|
19
|
-
it { expect(user.verified_first_name).to be_nil }
|
20
|
-
end
|
21
|
-
end
|
22
|
-
|
23
|
-
context 'when user is created with verified names' do
|
24
|
-
let(:verified_user_json) { user_json.merge(verified_first_name: 'Baz', verified_last_name: 'Foobar') }
|
25
|
-
before { User.import_from_resource_h! verified_user_json }
|
26
|
-
it { expect(user.verified_first_name).to eq 'Baz' }
|
27
|
-
it { expect(user.verified_last_name).to eq 'Foobar' }
|
28
|
-
end
|
29
|
-
|
30
|
-
context 'when user exists' do
|
31
|
-
let(:new_json) { {
|
32
|
-
uid: 'foo@bar.com',
|
33
|
-
first_name: 'Foo',
|
34
|
-
last_name: 'Baz',
|
35
|
-
permissions: {student: 'test/example2'},
|
36
|
-
id: 1
|
37
|
-
} }
|
38
|
-
before { User.import_from_resource_h! user_json }
|
39
|
-
before { User.import_from_resource_h! new_json }
|
40
|
-
it { expect(user.name).to eq 'Foo Baz' }
|
41
|
-
it { expect(user.student? 'test/example2').to be true }
|
42
|
-
it { expect(user.student? 'test/example').to be false }
|
43
|
-
end
|
44
|
-
end
|
data/vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/spec/models/user_spec.rb
DELETED
@@ -1,304 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe User, organization_workspace: :test do
|
4
|
-
|
5
|
-
context 'can not have a null or empty uid' do
|
6
|
-
it { expect { User.create! uid: nil }.to raise_error ActiveRecord::RecordInvalid }
|
7
|
-
it { expect { User.create! uid: '' }.to raise_error ActiveRecord::RecordInvalid }
|
8
|
-
end
|
9
|
-
|
10
|
-
describe '#clear_progress!' do
|
11
|
-
let(:student) { create :user }
|
12
|
-
let(:more_clauses) { create(:exercise, name: 'More Clauses') }
|
13
|
-
|
14
|
-
before { more_clauses.submit_solution! student, content: 'foo(X) :- not(bar(X))' }
|
15
|
-
|
16
|
-
before { student.reload.clear_progress! }
|
17
|
-
|
18
|
-
it { expect(student.reload.assignments).to be_empty }
|
19
|
-
it { expect(student.never_submitted?).to be true }
|
20
|
-
end
|
21
|
-
|
22
|
-
describe '#transfer_progress_to!' do
|
23
|
-
|
24
|
-
let(:codeorga) { build :organization, name: 'code.orga' }
|
25
|
-
let(:prologschool) { build :organization, name: 'prologschool' }
|
26
|
-
|
27
|
-
let(:your_first_program) { build(:exercise, name: 'Your First Program') }
|
28
|
-
let(:more_clauses) { build(:exercise, name: 'More Clauses') }
|
29
|
-
|
30
|
-
let(:two_hours_ago) { 2.hours.ago }
|
31
|
-
|
32
|
-
context 'when final user has less information than original' do
|
33
|
-
let!(:submission) { your_first_program.submit_solution! original, content: 'adasdsadas' }
|
34
|
-
|
35
|
-
before { original.reload.transfer_progress_to! final }
|
36
|
-
|
37
|
-
let(:original) { create :user,
|
38
|
-
permissions: {student: 'codeorga/*'},
|
39
|
-
first_name: 'johnny',
|
40
|
-
last_name: 'doe',
|
41
|
-
social_id: 'auth0|123456',
|
42
|
-
last_organization: codeorga }
|
43
|
-
|
44
|
-
let(:final) { create :user,
|
45
|
-
permissions: Mumukit::Auth::Permissions.new,
|
46
|
-
first_name: 'John',
|
47
|
-
last_name: 'Doe',
|
48
|
-
social_id: 'auth0|345678' }
|
49
|
-
|
50
|
-
it { expect(final.name).to eq 'John Doe' }
|
51
|
-
it { expect(final.social_id).to eq 'auth0|345678' }
|
52
|
-
|
53
|
-
it { expect(final.last_submission_date).to eq original.last_submission_date }
|
54
|
-
it { expect(final.last_organization).to eq codeorga }
|
55
|
-
it { expect(final.last_exercise).to eq your_first_program }
|
56
|
-
|
57
|
-
it { expect(final.permissions.as_json).to json_like({}) }
|
58
|
-
|
59
|
-
it { expect(submission.reload.submitter).to eq final }
|
60
|
-
end
|
61
|
-
|
62
|
-
context 'when final user has more information than original' do
|
63
|
-
before { more_clauses.submit_solution! final, content: 'adasdsadas' }
|
64
|
-
before { original.transfer_progress_to! final.reload }
|
65
|
-
|
66
|
-
let(:original) { create :user,
|
67
|
-
permissions: Mumukit::Auth::Permissions.new,
|
68
|
-
first_name: 'johnny',
|
69
|
-
last_name: 'doe',
|
70
|
-
social_id: 'auth0|123456' }
|
71
|
-
let(:final) { create :user,
|
72
|
-
permissions: {student: 'prologschool/*'},
|
73
|
-
first_name: 'John',
|
74
|
-
last_name: 'Doe',
|
75
|
-
social_id: 'auth0|345678',
|
76
|
-
last_organization: prologschool }
|
77
|
-
|
78
|
-
it { expect(final.name).to eq 'John Doe' }
|
79
|
-
it { expect(final.social_id).to eq 'auth0|345678' }
|
80
|
-
|
81
|
-
it { expect(final.last_submission_date).to_not be nil }
|
82
|
-
it { expect(final.last_organization).to eq prologschool }
|
83
|
-
it { expect(final.last_exercise).to eq more_clauses }
|
84
|
-
|
85
|
-
it { expect(final.permissions.as_json).to json_like student: 'prologschool/*' }
|
86
|
-
end
|
87
|
-
|
88
|
-
context 'when both have information, but final is newer' do
|
89
|
-
before { original.transfer_progress_to! final }
|
90
|
-
|
91
|
-
let(:original) { create :user,
|
92
|
-
permissions: {student: 'codeorga/*'},
|
93
|
-
first_name: 'johnny',
|
94
|
-
last_name: 'doe',
|
95
|
-
social_id: 'auth0|123456',
|
96
|
-
last_submission_date: 6.hours.ago,
|
97
|
-
last_organization: codeorga,
|
98
|
-
last_exercise: your_first_program }
|
99
|
-
let(:final) { create :user,
|
100
|
-
permissions: {student: 'prologschool/*'},
|
101
|
-
first_name: 'John',
|
102
|
-
last_name: 'Doe',
|
103
|
-
social_id: 'auth0|345678',
|
104
|
-
last_submission_date: two_hours_ago,
|
105
|
-
last_organization: prologschool,
|
106
|
-
last_exercise: more_clauses }
|
107
|
-
|
108
|
-
it { expect(final.name).to eq 'John Doe' }
|
109
|
-
it { expect(final.social_id).to eq 'auth0|345678' }
|
110
|
-
|
111
|
-
it { expect(final.last_submission_date).to eq two_hours_ago }
|
112
|
-
it { expect(final.last_organization).to eq prologschool }
|
113
|
-
it { expect(final.last_exercise).to eq more_clauses }
|
114
|
-
|
115
|
-
it { expect(final.permissions.as_json).to json_like student: 'prologschool/*' }
|
116
|
-
end
|
117
|
-
|
118
|
-
context 'when both have information, but original is newer' do
|
119
|
-
before { original.transfer_progress_to! final }
|
120
|
-
|
121
|
-
let(:original) { create :user,
|
122
|
-
permissions: {student: 'codeorga/*'},
|
123
|
-
first_name: 'johnny',
|
124
|
-
last_name: 'doe',
|
125
|
-
social_id: 'auth0|123456',
|
126
|
-
last_submission_date: two_hours_ago,
|
127
|
-
last_organization: codeorga,
|
128
|
-
last_exercise: your_first_program }
|
129
|
-
let(:final) { create :user,
|
130
|
-
permissions: {student: 'prologschool/*'},
|
131
|
-
first_name: 'John',
|
132
|
-
last_name: 'Doe',
|
133
|
-
social_id: 'auth0|345678',
|
134
|
-
last_submission_date: 5.hours.ago,
|
135
|
-
last_organization: prologschool,
|
136
|
-
last_exercise: more_clauses }
|
137
|
-
|
138
|
-
it { expect(final.name).to eq 'John Doe' }
|
139
|
-
it { expect(final.social_id).to eq 'auth0|345678' }
|
140
|
-
|
141
|
-
it { expect(final.last_submission_date).to eq two_hours_ago }
|
142
|
-
it { expect(final.last_organization).to eq codeorga }
|
143
|
-
it { expect(final.last_exercise).to eq your_first_program }
|
144
|
-
|
145
|
-
it { expect(final.permissions.as_json).to json_like student: 'prologschool/*' }
|
146
|
-
end
|
147
|
-
end
|
148
|
-
|
149
|
-
describe '#visit!' do
|
150
|
-
let(:user) { build(:user) }
|
151
|
-
|
152
|
-
before { user.visit! Organization.current }
|
153
|
-
|
154
|
-
it { expect(user.last_organization).to eq Organization.current }
|
155
|
-
end
|
156
|
-
|
157
|
-
describe 'roles' do
|
158
|
-
let(:other) { build(:organization, name: 'pdep') }
|
159
|
-
let(:user) { build :user, permissions: {student: 'pdep/k2001', teacher: 'test/all'} }
|
160
|
-
|
161
|
-
it { expect(user.student? 'test/all').to be true }
|
162
|
-
it { expect(user.student? 'pdep/k2001').to be true }
|
163
|
-
|
164
|
-
it { expect(user.teacher? 'test/all').to be true }
|
165
|
-
it { expect(user.teacher? 'pdep/k2001').to be false }
|
166
|
-
end
|
167
|
-
|
168
|
-
describe '#submissions_count' do
|
169
|
-
let!(:exercise_1) { build(:indexed_exercise) }
|
170
|
-
let!(:exercise_2) { build(:indexed_exercise) }
|
171
|
-
let!(:exercise_3) { build(:indexed_exercise) }
|
172
|
-
|
173
|
-
let(:user) { create(:user) }
|
174
|
-
context 'when there are no submissions' do
|
175
|
-
it { expect(user.reload.last_submission_date).to be nil }
|
176
|
-
it { expect(user.submitted_exercises_count).to eq 0 }
|
177
|
-
it { expect(user.solved_exercises_count).to eq 0 }
|
178
|
-
it { expect(user.submissions_count).to eq 0 }
|
179
|
-
it { expect(user.passed_submissions_count).to eq 0 }
|
180
|
-
it { expect(user.reload.last_exercise).to be_nil }
|
181
|
-
it { expect(user.reload.last_guide).to be_nil }
|
182
|
-
end
|
183
|
-
|
184
|
-
context 'when there are passed submissions' do
|
185
|
-
let!(:assignment_for) do
|
186
|
-
exercise_1.submit_solution!(user, content: '')
|
187
|
-
exercise_1.submit_solution!(user, content: '').passed!
|
188
|
-
|
189
|
-
exercise_2.submit_solution!(user, content: '').passed!
|
190
|
-
|
191
|
-
exercise_3.submit_solution!(user, content: '')
|
192
|
-
exercise_3.submit_solution!(user, content: '')
|
193
|
-
end
|
194
|
-
|
195
|
-
it { expect(user.reload.last_submission_date).to be > Assignment.last.created_at }
|
196
|
-
it { expect(user.submitted_exercises_count).to eq 3 }
|
197
|
-
it { expect(user.solved_exercises_count).to eq 2 }
|
198
|
-
it { expect(user.submissions_count).to eq 5 }
|
199
|
-
it { expect(user.passed_submissions_count).to eq 2 }
|
200
|
-
it { expect(user.reload.last_exercise).to eq exercise_3 }
|
201
|
-
it { expect(user.reload.last_guide).to eq exercise_3.guide }
|
202
|
-
|
203
|
-
end
|
204
|
-
|
205
|
-
|
206
|
-
context 'when there are only failed submissions' do
|
207
|
-
let!(:exercise_4) { build(:exercise) }
|
208
|
-
|
209
|
-
let!(:assignment_for) do
|
210
|
-
exercise_4.submit_solution!(user, content: '').failed!
|
211
|
-
end
|
212
|
-
|
213
|
-
it { expect(user.reload.last_exercise).to eq exercise_4 }
|
214
|
-
it { expect(user.reload.last_guide).to eq exercise_4.guide }
|
215
|
-
end
|
216
|
-
end
|
217
|
-
|
218
|
-
|
219
|
-
describe '.for_profile' do
|
220
|
-
let(:user) { create(:user, first_name: 'some name', last_name: 'some last name') }
|
221
|
-
let(:profile) { struct(uid: user.uid, first_name: nil, last_name: 'some other last name') }
|
222
|
-
|
223
|
-
before { User.for_profile profile }
|
224
|
-
|
225
|
-
it{ expect(User.find(user.id).first_name).to eq 'some name' }
|
226
|
-
it{ expect(User.find(user.id).last_name).to eq 'some other last name' }
|
227
|
-
|
228
|
-
describe 'notification' do
|
229
|
-
let(:user) { build(:user) }
|
230
|
-
|
231
|
-
context 'no changes' do
|
232
|
-
before { expect_any_instance_of(Mumukit::Nuntius::NotificationMode::Deaf).to_not receive(:notify_event!) }
|
233
|
-
it { User.for_profile profile }
|
234
|
-
end
|
235
|
-
|
236
|
-
context 'with changes' do
|
237
|
-
before { expect_any_instance_of(Mumukit::Nuntius::NotificationMode::Deaf).to receive(:notify_event!).exactly(1).times }
|
238
|
-
it { User.for_profile profile.to_h.merge(first_name: 'Mary').to_struct }
|
239
|
-
it { User.for_profile profile.to_h.merge(last_name: 'Doe').to_struct }
|
240
|
-
end
|
241
|
-
|
242
|
-
end
|
243
|
-
end
|
244
|
-
|
245
|
-
describe '#accept_invitation!' do
|
246
|
-
let(:student) { build :user }
|
247
|
-
let(:course) { create(:course, slug: 'test/an-awesome-2019-course') }
|
248
|
-
let(:invitation) { create :invitation, course: course }
|
249
|
-
before { student.accept_invitation! invitation }
|
250
|
-
it { expect(student.student? 'test/an-awesome-2019-course').to be true }
|
251
|
-
it { expect(student.student? 'foo/bar').to be false }
|
252
|
-
end
|
253
|
-
|
254
|
-
describe '#currently_in_exam?' do
|
255
|
-
let(:student_not_in_exam) { build :user }
|
256
|
-
let(:student_in_exam) { build :user }
|
257
|
-
let(:exam) { create :exam }
|
258
|
-
|
259
|
-
before { exam.authorize! student_in_exam }
|
260
|
-
before { exam.authorize! student_not_in_exam }
|
261
|
-
before { exam.start! student_in_exam }
|
262
|
-
|
263
|
-
it { expect(student_not_in_exam.currently_in_exam?).to be false }
|
264
|
-
it { expect(student_in_exam.currently_in_exam?).to be true }
|
265
|
-
end
|
266
|
-
|
267
|
-
|
268
|
-
describe 'disabling' do
|
269
|
-
let(:user) { create(:user, first_name: 'John', last_name: 'Doe') }
|
270
|
-
|
271
|
-
context 'enabled' do
|
272
|
-
it { expect { user.ensure_enabled! }.to_not raise_error }
|
273
|
-
end
|
274
|
-
|
275
|
-
context 'disabled' do
|
276
|
-
shared_context "disabled and buried user" do
|
277
|
-
it { expect(user).to be_disabled }
|
278
|
-
it { expect(user.accepts_reminders).to be false }
|
279
|
-
it { expect(user.name).to eq 'shibi' }
|
280
|
-
it { expect(user.email).to eq 'shibi@mumuki.org' }
|
281
|
-
it { expect(user.gender).to be nil }
|
282
|
-
it { expect(user.birthdate).to be nil }
|
283
|
-
it { expect(user.reload.name).to eq 'shibi' }
|
284
|
-
it { expect(user.disabled_at).to_not be nil }
|
285
|
-
it { expect { user.ensure_enabled! }.to raise_error(Mumuki::Domain::DisabledError) }
|
286
|
-
end
|
287
|
-
|
288
|
-
describe '#disable!' do
|
289
|
-
before { user.disable! }
|
290
|
-
it_behaves_like "disabled and buried user"
|
291
|
-
end
|
292
|
-
|
293
|
-
describe '#destroy!' do
|
294
|
-
before { user.destroy! }
|
295
|
-
it_behaves_like "disabled and buried user"
|
296
|
-
end
|
297
|
-
|
298
|
-
describe '#destroy' do
|
299
|
-
before { user.destroy }
|
300
|
-
it_behaves_like "disabled and buried user"
|
301
|
-
end
|
302
|
-
end
|
303
|
-
end
|
304
|
-
end
|