mumuki-laboratory 7.1.0 → 7.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/book/show.html.erb +4 -2
- data/app/views/chapters/show.html.erb +4 -2
- data/app/views/layouts/_guide.html.erb +3 -1
- data/app/views/layouts/_progress.html.erb +1 -0
- data/config/initializers/session_store.rb +1 -1
- data/lib/mumuki/laboratory/controllers/embedded_mode.rb +1 -1
- data/lib/mumuki/laboratory/locales/en.yml +3 -0
- data/lib/mumuki/laboratory/locales/es.yml +2 -0
- data/lib/mumuki/laboratory/locales/pt.yml +2 -0
- data/lib/mumuki/laboratory/version.rb +1 -1
- data/spec/controllers/confirmations_controller_spec.rb +1 -1
- data/spec/dummy/db/schema.rb +25 -2
- data/spec/features/guides_flow_spec.rb +4 -4
- data/spec/features/login_flow_spec.rb +2 -4
- data/spec/features/standard_flow_spec.rb +1 -1
- data/spec/features/topic_flow_spec.rb +1 -1
- data/spec/helpers/exercise_input_helper_spec.rb +1 -1
- data/spec/helpers/icons_helper_spec.rb +3 -1
- data/spec/helpers/with_navigation_spec.rb +38 -56
- metadata +9 -497
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/AUTHORS +0 -16
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/Gemfile +0 -14
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/LICENSE +0 -661
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/README.md +0 -159
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/Rakefile +0 -35
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/api_client.rb +0 -31
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/application_record.rb +0 -128
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/assignment.rb +0 -217
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/book.rb +0 -59
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/chapter.rb +0 -29
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/complement.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/assistable.rb +0 -25
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/contextualization.rb +0 -82
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/friendly_name.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/guide_container.rb +0 -55
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/navigation/parent_navigation.rb +0 -27
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/navigation/siblings_navigation.rb +0 -19
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/navigation/terminal_navigation.rb +0 -13
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/submittable/confirmable.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/submittable/queriable.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/submittable/questionable.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/submittable/solvable.rb +0 -32
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/submittable/submittable.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/submittable/triable.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_assignments.rb +0 -32
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_case_insensitive_search.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_content.rb +0 -13
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_description.rb +0 -12
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_discussion_creation.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_discussion_creation/subscription.rb +0 -37
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_discussion_creation/upvote.rb +0 -28
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_discussion_status.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_discussions.rb +0 -24
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_editor.rb +0 -39
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_expectations.rb +0 -33
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_language.rb +0 -14
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_layout.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_locale.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_messages.rb +0 -22
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_name.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_number.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_profile.rb +0 -12
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_randomizations.rb +0 -43
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_reminders.rb +0 -74
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_scoped_queries.rb +0 -47
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_scoped_queries/filter.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_scoped_queries/page.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_scoped_queries/sort.rb +0 -47
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_slug.rb +0 -61
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_usages.rb +0 -42
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/concerns/with_user_navigation.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/content.rb +0 -30
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/course.rb +0 -51
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/discussion.rb +0 -138
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/event.rb +0 -2
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/exam.rb +0 -174
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/exam_authorization.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/exercise.rb +0 -242
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/exercise/challenge.rb +0 -25
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/exercise/interactive.rb +0 -41
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/exercise/playground.rb +0 -23
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/exercise/problem.rb +0 -53
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/exercise/queriable_challenge.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/exercise/reading.rb +0 -17
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/guide.rb +0 -128
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/invitation.rb +0 -61
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/language.rb +0 -128
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/lesson.rb +0 -25
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/message.rb +0 -68
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/organization.rb +0 -167
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/stats.rb +0 -24
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/subscription.rb +0 -12
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/topic.rb +0 -61
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/topic_container.rb +0 -24
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/upvote.rb +0 -4
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/usage.rb +0 -33
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/user.rb +0 -163
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/app/models/with_stats.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/bin/rails +0 -14
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141120231135_create_exercises.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141120231735_create_submissions.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141121001134_add_status_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141121013100_add_result_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141121122921_add_language_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141124023403_create_users.rb +0 -13
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141124032114_add_user_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141207235356_add_submissions_count_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141208005050_add_author_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141208005125_rename_user_to_submitter.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141212044717_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb +0 -31
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141212044718_add_missing_unique_indices.acts_as_taggable_on_engine.rb +0 -20
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141212044719_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141212044720_add_missing_taggable_index.acts_as_taggable_on_engine.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141221213109_create_exercise_repos.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141221215035_add_origin_to_exercise.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141225034553_rename_exercise_repo_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141225143218_rename_github_url_to_github_repository.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141225195510_create_imports.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141225211350_add_status_to_import.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141226010922_add_result_to_import.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141228151351_change_exercise_description_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141231074400_create_languages.rb +0 -13
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141231191842_change_language_column_type.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141231192030_rename_author_to_plugin_author.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20141231234940_increment_language_id.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150108014005_add_locale_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150111160450_add_uniques_to_languages.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150125042217_add_test_syntax_hint_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150125051529_add_hint_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150126213310_devise_create_admin_users.rb +0 -42
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150126213316_create_active_admin_comments.rb +0 -19
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150315072037_add_description_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150317052723_remove_language_author.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150317053307_remove_language_hint.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150321150030_add_extra_code_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150328211331_create_expectations.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150329163753_add_email_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150330020553_add_expectation_results_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150405231013_create_exports.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150405232603_add_default_guide_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150406020152_add_last_submission_date_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150407225356_add_unique_index_to_users.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150408020712_add_status_to_export.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150408022654_add_commiter_to_export.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150411215351_change_guide_description_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150412042959_add_committer_to_import.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150412201651_remove_default_guide_from_user.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150415053559_add_image_url_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150415211341_add_position_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150415234515_create_relationships.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150417052238_add_original_id_format_to_guide.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150418055334_add_locale_and_language_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150424180136_add_guides_users_association_tables.rb +0 -14
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150428195229_add_guides_suggestions.rb +0 -8
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150507215646_remove_relationship.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150508015148_create_api_tokens.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150509191428_add_name_to_token.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150512235847_add_feedback_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150513203636_create_categories.rb +0 -12
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150513204102_create_starting_points.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150517074730_add_extra_code_to_guide.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150518174912_add_language_output_visibility_flag.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150518185508_add_content_type_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150519131033_set_default_locale_for_guide.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150519174628_remove_language_name_uniq.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150519220307_rename_api_token_columns.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150520011404_convert_starting_point_into_path.rb +0 -12
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150529135324_add_corollary_to_guide.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150529141430_add_corollary_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150531164450_add_test_extension_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150603003459_remove_language_extension_uniq.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150603020457_remove_guide_name_uniq.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150605065543_add_highlight_mode.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150614173852_add_learning_flag.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150614180512_add_beta_flag.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150614191257_add_last_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150620181839_add_layout_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150701030644_add_unique_to_language_name_index.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150701212609_add_test_results_to_submission.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150708212022_add_position_to_category.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150708212836_change_category_description_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150713120916_add_expectations_column_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150714000532_remove_expectations_relation.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150722003532_create_event_subscribers.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150722030820_create_solutions.rb +0 -16
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150722142019_add_submissions_count_to_solution.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150723052640_add_submission_id_to_solution.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150724062215_add_language_description.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150724062233_add_category_links.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150724062249_add_category_long_description.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150819194207_convert_submissions_into_solutions.rb +0 -34
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150819202310_remove_submissions.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150826023647_create_friendly_id_slugs.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150826023757_add_slug_to_guides.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150826024859_add_slug_to_exercises.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150828013106_add_remember_me_token_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150829211550_add_queriable_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150829215524_add_expectations_column_to_guide.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20150905214532_rename_exercise_title_to_name.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151001143118_rename_solution_to_assignment.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151001183858_rename_assignment_content_to_solution.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151003003856_add_type_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151020145904_remove_guide_git_information.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151104163433_create_tenants.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151104172241_create_path_rules.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151104173956_remove_guide_position.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151104220859_remove_path_from_guide.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151107232242_move_slug_to_path_rule.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151108173838_remove_slugs.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151108182857_remove_act_as_taggable_taggings.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151108183319_add_tags_array.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151206072741_rename_guide_extra_code_to_extra.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151208224736_rename_path_rule_to_chapter_guide.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151208224907_rename_category_to_chapter.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151208225503_rename_chapter_position_to_number.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151208231749_rename_chapter_guide_path_to_chapter.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151208233707_rename_url_to_slug.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151209021925_add_locale_to_tenant.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151210204646_remove_language_extensions.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151211032811_drop_collaborators.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151211033000_drop_contributors.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151211034943_remove_authors.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151211035206_add_contact_email_to_tenant.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151218172557_drop_import.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151222153838_add_default_content_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151223014138_change_language_icon_url_into_devicon_id.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151224174248_remove_original_id.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20151229153839_replace_learning_with_type_in_guides.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160108191156_rename_extra_code.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160108215313_remove_unique_index_from_users.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160119024542_add_preface_to_tenant.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160119040351_rename_tenant_to_book.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160119191508_rename_position_to_number.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160120171336_add_type_to_event_suscriber.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160205184243_add_bibliotheca_id_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160214191548_required_bibliotheca_id.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160222165337_add_hidden_flag_to_extra_code.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160222192958_rename_chapter_guide_to_lesson.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160307184203_add_prompt_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160331210507_add_comment_model.rb +0 -13
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160401142104_add_readed_to_comment.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160404214826_change_readed_to_read.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160405184624_change_submission_id_to_string.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160412193123_change_content_comment_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160414150800_remove_tenant_subscriber.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160426171156_add_new_expectations_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160427195306_create_organizations.rb +0 -12
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160427223805_add_chapter_book.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160427234538_create_topics.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160427235605_add_topic_to_chapter.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160428162753_add_topic_id_to_lesson.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160428175230_create_exams.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160428224823_add_duration_to_exam.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160429174901_add_start_end_time_to_exam.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160429181825_add_exam_user.rb +0 -8
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160430225048_create_complements.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160430231035_remove_chapter_lesson.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160430235331_remove_chapter_name_description.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160430235656_remove_chapter_locale_image_url.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160501003355_add_long_description_to_topic.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160501071847_create_usages.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160506012945_add_slug_to_topic_and_book.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160506035230_remove_slug_from_lesson.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160506041446_rename_preface_to_description.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160506172239_remove_event_subscriber.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160506175610_remove_api_tokens.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160506181152_remove_admin_user.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160506182333_remove_admin_comments.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160510183137_add_private_to_organization.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160512134321_add_organization_image.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160516191936_add_stateful_console_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160517215229_add_classroom_idto_exams.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160518212552_rename_exam_users_to_exam_authorization.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160518213912_add_user_start_data_in_exam.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160519045220_add_id_to_exam_authorizations.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160520141716_remove_chapter_links_and_long_description.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160520153115_change_exam_classroom_id_to_string.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160526172026_remove_not_null_constraint_exam_duration.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160526182119_add_metadata_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160617175235_add_last_organization_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160617195350_change_metadata_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160701195105_add_login_methods_to_organization.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160705160244_add_manual_evaluation_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160715001254_rename_test_runner_url.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160729194600_change_default_content_to_text.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160812003350_change_default_login_methods.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160815225314_rename_long_description_to_appendix.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160819181024_make_organization_private_by_default.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160830160937_add_authoring_information_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20160907010315_remove_exercise_slug.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20161004202742_add_editor_to_problem.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20161018142147_add_language_extension.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20161107171305_remove_devicon_column_from_language.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20161222182015_rename_uid_to_social_id.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20161222182724_add_uid_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20161226181932_remove_metadata_from_users.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20161230055953_add_not_null_constraint_to_uid_in_user.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20161231224116_add_permissions_to_user.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170125185012_add_new_fields_on_organization.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170207154702_add_index_to_uid.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170224040846_create_invitations.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170224061531_make_tos_type_text.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170301160253_rename_invitation_slug_to_code.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170330145157_rename_comment_to_messages.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170407190910_add_has_messages_flag_to_assignment.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170526191251_add_community_link_to_organizations.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170526204944_add_has_messages_to_organizations.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170601181759_rename_has_messages_to_raise_hand_enabled_in_organization.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170608033403_remove_has_messages_from_assignment.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170608044038_remove_messages_exercise_id.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170608154055_remove_message_type_column.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170612173212_add_first_name_and_last_name_to_user.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170621222902_introduce_settings_and_themes.rb +0 -40
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170818185127_add_guide_slug_constraint.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20170830020507_change_invitation_expiration_date_type.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20171003204152_add_goal_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20171003204209_add_queries_to_assignment.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20171004134607_add_triable_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20171024182244_add_devicon_and_comment_type_to_language.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20171109181818_add_manual_evaluation_commend_and_submission_id_index_in_assignment.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20171229042201_add_assets_to_language.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180117014110_add_custom_editor_assets_to_language.rb +0 -13
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180123174410_add_initial_and_final_states_to_exercises.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180123180836_add_accepts_reminders_to_users.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180129142749_add_api_client.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180130194923_add_last_reminded_date_to_users.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180130204935_add_course.rb +0 -16
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180307150148_add_failed_submissions_count_to_assignments.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180323125804_remove_user_name.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180323140943_remove_unused_omniauth_fields.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180326224511_remove_book_ids.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180402015405_remove_course_uid.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180504173548_create_discussions.rb +0 -12
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180504185845_add_discussion_id_to_message.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180526141344_add_tips_rules_to_exercise.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180605143727_add_submission_to_discussion.rb +0 -16
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180611190239_add_randomizations_to_exercises.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180619182555_create_subscriptions.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180702153442_create_upvotes.rb +0 -8
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180702175220_add_upvotes_count_to_discussions.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180704150839_rename_assignment_status_to_submission_status.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180725145801_add_submissions_caps_to_exams.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20180802190437_add_approved_to_messages.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181004173216_add_free_form_editor_to_exercises.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181014233438_remove_non_null_constraint_from_permissions.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181016203853_add_test_extension_back.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181021151505_add_id_format_back.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181022043658_add_private_flag_for_guides.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181022220518_add_teacher_info_to_guide.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181101180652_add_unique_index_to_organizations_name.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181105152420_remove_contact_email_from_book.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181113183935_rename_guide_contributors_to_collaborators.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181114201620_add_test_template_to_languages.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181117190241_add_feedback_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181121165956_rename_choices_column.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20181210131824_convert_course_invitation_into_fk.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190123180139_add_sources_section.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190123180147_add_learn_more_section.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190312152901_add_content_fk.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190326152631_add_settings_to_content.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190404181724_add_organization_to_discussion.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190506180102_add_multifile_to_languages.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190530173142_add_organization_to_assignment.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190702003600_add_loading_flags_to_language.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190702182407_add_new_profile_fields.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190724190355_add_settings_to_languages.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190905174934_add_submitted_at_to_assignments.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190918134321_remove_new_expectations.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190918140026_add_custom_expectations.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20190929180601_add_expectations_to_language.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/db/migrate/20191022180238_remove_choice_values_from_exercises.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain.rb +0 -58
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/engine.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/evaluation.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/evaluation/automated.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/evaluation/manual.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/exceptions.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/exceptions/blocked_forum_error.rb +0 -2
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/exceptions/forbidden_error.rb +0 -2
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/exceptions/gone_error.rb +0 -2
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/exceptions/not_found_error.rb +0 -2
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/exceptions/unauthorized_error.rb +0 -2
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/extensions.rb +0 -4
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/extensions/array.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/extensions/hash.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/extensions/module.rb +0 -17
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/extensions/string.rb +0 -29
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories.rb +0 -18
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/api_client_factory.rb +0 -18
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/assignments_factory.rb +0 -8
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/book_factory.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/chapter_factory.rb +0 -17
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/complement_factory.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/course_factory.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/discussion_factory.rb +0 -8
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/exam_factory.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/exercise_factory.rb +0 -77
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/guide_factory.rb +0 -37
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/invitation_factory.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/lesson_factory.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/login_settings_factory.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/message_factory.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/organization_factory.rb +0 -38
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/topic_factory.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/usage_factory.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/factories/user_factory.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/file.rb +0 -18
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/helpers.rb +0 -8
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/helpers/course.rb +0 -13
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/helpers/organization.rb +0 -72
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/helpers/user.rb +0 -109
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/locales/activerecord/en.yml +0 -29
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/locales/activerecord/es.yml +0 -58
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/locales/activerecord/pt.yml +0 -29
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/locales/console_submission/en.yml +0 -4
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/locales/console_submission/es.yml +0 -4
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/locales/console_submission/pt.yml +0 -4
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/organization.rb +0 -8
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/organization/profile.rb +0 -39
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/organization/settings.rb +0 -27
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/organization/theme.rb +0 -4
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/seed.rb +0 -33
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status.rb +0 -72
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/discussion/closed.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/discussion/discussion.rb +0 -44
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/discussion/opened.rb +0 -31
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/discussion/pending_review.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/discussion/solved.rb +0 -19
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/submission/aborted.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/submission/errored.rb +0 -19
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/submission/failed.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/submission/manual_evaluation_pending.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/submission/passed.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/submission/passed_with_warnings.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/submission/pending.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/submission/running.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/status/submission/submission.rb +0 -38
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/store.rb +0 -3
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/store/bibliotheca.rb +0 -29
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/store/github.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/store/github/exercise_schema.rb +0 -40
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/store/github/guide_schema.rb +0 -37
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/store/thesaurus.rb +0 -85
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/submission.rb +0 -18
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/submission/base.rb +0 -56
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/submission/confirmation.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/submission/console_submission.rb +0 -13
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/submission/persistent_submission.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/submission/query.rb +0 -19
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/submission/question.rb +0 -14
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/submission/solution.rb +0 -7
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/submission/try.rb +0 -20
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/syncable.rb +0 -91
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/syncable/with_resource_fields.rb +0 -18
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/lib/mumuki/domain/version.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/mumuki-domain.gemspec +0 -61
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/Rakefile +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/bin/bundle +0 -3
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/bin/rails +0 -4
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/bin/rake +0 -4
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/bin/setup +0 -38
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/bin/update +0 -29
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/config.ru +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/config/application.rb +0 -13
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/config/boot.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/config/database.travis.yml +0 -4
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/config/database.yml +0 -13
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/config/environment.rb +0 -5
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/config/environments/test.rb +0 -47
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/dummy/db/schema.rb +0 -354
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/evaluation_helper.rb +0 -19
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/lib/bibliotheca_store_spec.rb +0 -73
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/lib/organization_helpers_spec.rb +0 -228
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/lib/thesaurus_store_spec.rb +0 -329
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/lib/user_helpers_spec.rb +0 -140
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/api_client_spec.rb +0 -6
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/assignment_spec.rb +0 -207
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/book_import_spec.rb +0 -70
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/book_spec.rb +0 -203
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/course_spec.rb +0 -67
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/discussion_spec.rb +0 -176
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/event_generation_spec.rb +0 -189
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/event_publishing_spec.rb +0 -36
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/exam_spec.rb +0 -156
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/exercise_spec.rb +0 -525
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/guide_import_spec.rb +0 -317
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/guide_spec.rb +0 -264
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/hash_spec.rb +0 -11
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/interactive_spec.rb +0 -143
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/invitation_spec.rb +0 -25
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/language_spec.rb +0 -56
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/lesson_spec.rb +0 -90
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/message_spec.rb +0 -87
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/navigation_spec.rb +0 -78
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/organization_spec.rb +0 -215
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/playground_spec.rb +0 -23
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/problem_spec.rb +0 -85
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/query_spec.rb +0 -21
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/question_spec.rb +0 -37
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/reading_spec.rb +0 -10
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/solution_spec.rb +0 -77
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/stats_spec.rb +0 -15
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/string_spec.rb +0 -9
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/topic_spec.rb +0 -57
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/usage_spec.rb +0 -82
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/user_changed_spec.rb +0 -33
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/user_spec.rb +0 -284
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/with_expectations_spec.rb +0 -62
- data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/spec_helper.rb +0 -54
data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/lib/user_helpers_spec.rb
DELETED
@@ -1,140 +0,0 @@
|
|
1
|
-
require_relative '../spec_helper'
|
2
|
-
|
3
|
-
describe Mumuki::Domain::Helpers::User do
|
4
|
-
let(:json) { {
|
5
|
-
uid: 'foo@bar.com',
|
6
|
-
image_url: 'image.png',
|
7
|
-
email: 'foo@bar.com',
|
8
|
-
first_name: 'Jon',
|
9
|
-
last_name: 'Doe',
|
10
|
-
permissions: {}} }
|
11
|
-
let(:user) { User.new json }
|
12
|
-
let(:organization) { Organization.new name: 'foo' }
|
13
|
-
|
14
|
-
it { expect(user.name).to eq 'Jon Doe' }
|
15
|
-
it { expect(user.full_name).to eq 'Jon Doe' }
|
16
|
-
it { expect(user.writer?).to be false }
|
17
|
-
it { expect(user.student?).to be false }
|
18
|
-
it { expect(user.platform_event_name(:changed)).to eq 'UserChanged' }
|
19
|
-
it { expect(user.as_platform_event).to eq user: user.to_resource_h }
|
20
|
-
|
21
|
-
describe "profile_completed?" do
|
22
|
-
let(:empty) { User.new }
|
23
|
-
let(:name_only) { User.new first_name: 'Julio', last_name: 'Cortazar' }
|
24
|
-
let(:with_gender) { User.new first_name: 'Victoria', last_name: 'Ocampo', gender: :female }
|
25
|
-
let(:complete) { User.new first_name: 'Maria Elena', last_name: 'Walsh', gender: :female, birthdate: Date.new(1930, 2, 1) }
|
26
|
-
|
27
|
-
it { expect(empty).to_not be_profile_completed }
|
28
|
-
it { expect(name_only).to_not be_profile_completed }
|
29
|
-
it { expect(with_gender).to_not be_profile_completed }
|
30
|
-
it { expect(complete).to be_profile_completed }
|
31
|
-
end
|
32
|
-
|
33
|
-
describe 'make_student_of!' do
|
34
|
-
before { user.make_student_of! organization.slug }
|
35
|
-
|
36
|
-
it { expect(user.student?).to be true }
|
37
|
-
it { expect(user.student? 'bar/_').to be false }
|
38
|
-
|
39
|
-
it { expect(user.student_of? organization).to be true }
|
40
|
-
it { expect(user.student_of? struct(slug: 'bar/_')).to be false }
|
41
|
-
end
|
42
|
-
|
43
|
-
describe 'to_resource_h' do
|
44
|
-
it { expect(user.to_resource_h).to json_eq json }
|
45
|
-
end
|
46
|
-
|
47
|
-
describe 'student_here?' do
|
48
|
-
before { Mumukit::Platform::Organization.leave! }
|
49
|
-
|
50
|
-
context 'no organization selected' do
|
51
|
-
it { expect { user.student_here? }.to raise_error('organization not selected') }
|
52
|
-
end
|
53
|
-
|
54
|
-
context 'organization selected' do
|
55
|
-
before { Mumukit::Platform::Organization.switch! organization }
|
56
|
-
|
57
|
-
context 'when in organization' do
|
58
|
-
before { user.make_student_of! organization.slug }
|
59
|
-
it { expect(user.student_here?).to be true }
|
60
|
-
end
|
61
|
-
|
62
|
-
context 'when not in organization' do
|
63
|
-
it { expect(user.student_here?).to be false }
|
64
|
-
end
|
65
|
-
end
|
66
|
-
end
|
67
|
-
|
68
|
-
|
69
|
-
describe 'discusser_here?' do
|
70
|
-
before { Mumukit::Platform::Organization.leave! }
|
71
|
-
|
72
|
-
context 'no organization selected' do
|
73
|
-
it { expect { user.discusser_here? }.to raise_error('organization not selected') }
|
74
|
-
end
|
75
|
-
|
76
|
-
context 'organization selected' do
|
77
|
-
before { Mumukit::Platform::Organization.switch! organization }
|
78
|
-
before { organization.forum_discussions_minimal_role = :student }
|
79
|
-
|
80
|
-
context 'when student is minimal discusser permission' do
|
81
|
-
context 'when in organization not as student' do
|
82
|
-
it { expect(user.discusser_here?).to be false }
|
83
|
-
end
|
84
|
-
|
85
|
-
context 'when in organization as student' do
|
86
|
-
before { user.make_student_of! organization.slug }
|
87
|
-
it { expect(user.discusser_here?).to be true }
|
88
|
-
end
|
89
|
-
end
|
90
|
-
|
91
|
-
context 'when teacher is minimal discusser permission' do
|
92
|
-
before { organization.forum_discussions_minimal_role = :teacher }
|
93
|
-
|
94
|
-
context 'when in organization not as student' do
|
95
|
-
it { expect(user.discusser_here?).to be false }
|
96
|
-
end
|
97
|
-
|
98
|
-
context 'when in organization as student' do
|
99
|
-
before { user.make_student_of! organization.slug }
|
100
|
-
it { expect(user.discusser_here?).to be false }
|
101
|
-
end
|
102
|
-
|
103
|
-
context 'when in organization as teacher' do
|
104
|
-
before { user.make_teacher_of! organization.slug }
|
105
|
-
it { expect(user.discusser_here?).to be true }
|
106
|
-
end
|
107
|
-
end
|
108
|
-
|
109
|
-
context 'when not in organization' do
|
110
|
-
it { expect(user.discusser_here?).to be false }
|
111
|
-
end
|
112
|
-
end
|
113
|
-
end
|
114
|
-
|
115
|
-
describe 'student_granted_organizations' do
|
116
|
-
before { Mumukit::Platform.config.organization_class = class_double('UserSpecDemoOrganization') }
|
117
|
-
|
118
|
-
context 'no organization' do
|
119
|
-
it { expect(user.student_granted_organizations).to eq [] }
|
120
|
-
it { expect(user.has_student_granted_organizations?).to be false }
|
121
|
-
it { expect(user.has_main_organization?).to be false }
|
122
|
-
it { expect(user.has_immersive_main_organization?).to be false }
|
123
|
-
end
|
124
|
-
|
125
|
-
context 'with organization' do
|
126
|
-
before { user.make_student_of! organization.slug }
|
127
|
-
before { expect(Mumukit::Platform.organization_class).to receive(:find_by_name!).and_return(organization)}
|
128
|
-
|
129
|
-
it { expect(user.student_granted_organizations).to eq [organization] }
|
130
|
-
it { expect(user.has_student_granted_organizations?).to be true }
|
131
|
-
it { expect(user.has_main_organization?).to be true }
|
132
|
-
it { expect(user.has_immersive_main_organization?).to be false }
|
133
|
-
|
134
|
-
context 'when immersive' do
|
135
|
-
before { organization.settings.immersive = true }
|
136
|
-
it { expect(user.has_immersive_main_organization?).to be true }
|
137
|
-
end
|
138
|
-
end
|
139
|
-
end
|
140
|
-
end
|
data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/assignment_spec.rb
DELETED
@@ -1,207 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Assignment, organization_workspace: :test do
|
4
|
-
|
5
|
-
describe 'messages' do
|
6
|
-
let(:student) { create(:user) }
|
7
|
-
let(:problem) { create(:problem, manual_evaluation: true) }
|
8
|
-
let(:assignment) { problem.assignment_for(student) }
|
9
|
-
let(:message) { assignment.messages.first }
|
10
|
-
|
11
|
-
before { problem.submit_solution! student, content: '...' }
|
12
|
-
|
13
|
-
describe '.send_question!' do
|
14
|
-
before { problem.submit_question! student, content: 'How can i solve this?' }
|
15
|
-
|
16
|
-
it { expect(assignment.new_record?).to be false }
|
17
|
-
it { expect(assignment.has_messages?).to be true }
|
18
|
-
it { expect(message.sender).to eq student.uid }
|
19
|
-
it { expect(message.content).to eq 'How can i solve this?' }
|
20
|
-
it { expect(message.read).to be true }
|
21
|
-
it { expect(message.assignment).to eq assignment }
|
22
|
-
it { expect(message.submission_id).to eq assignment.submission_id }
|
23
|
-
it { expect(message.date).to_not be nil }
|
24
|
-
end
|
25
|
-
|
26
|
-
describe '.receive_answer!' do
|
27
|
-
before { problem.submit_question! student, content: 'How can i solve this?' }
|
28
|
-
before { assignment.receive_answer! sender: 'bot@mumuki.org', content: 'Check this link' }
|
29
|
-
|
30
|
-
it { expect(assignment.has_messages?).to be true }
|
31
|
-
it { expect(assignment.messages.count).to eq 2 }
|
32
|
-
it { expect(message.sender).to eq 'bot@mumuki.org' }
|
33
|
-
it { expect(message.content).to eq 'Check this link' }
|
34
|
-
it { expect(message.read).to be false }
|
35
|
-
it { expect(message.assignment).to eq assignment }
|
36
|
-
it { expect(message.submission_id).to eq assignment.submission_id }
|
37
|
-
end
|
38
|
-
end
|
39
|
-
|
40
|
-
describe 'manual evaluation' do
|
41
|
-
let(:user) { create(:user) }
|
42
|
-
let(:exercise) { create(:exercise, manual_evaluation: true, test: nil, expectations: []) }
|
43
|
-
let(:assignment) { exercise.submit_solution!(user, content: '') }
|
44
|
-
|
45
|
-
it { expect(assignment.status).to eq :manual_evaluation_pending }
|
46
|
-
end
|
47
|
-
|
48
|
-
describe '#results_visible?' do
|
49
|
-
let(:gobstones) { create(:language, visible_success_output: true) }
|
50
|
-
let(:gobstones_exercise) { create(:exercise, language: gobstones) }
|
51
|
-
|
52
|
-
let(:failed_submission) { create(:assignment, status: :failed) }
|
53
|
-
let(:passed_submission) { create(:assignment, status: :passed, expectation_results: []) }
|
54
|
-
let(:passed_submission_with_visible_output_language) { create(:assignment, status: :passed, exercise: gobstones_exercise) }
|
55
|
-
let(:manual_evaluation_pending_submission) { create(:assignment, status: :manual_evaluation_pending) }
|
56
|
-
|
57
|
-
it { expect(passed_submission.results_visible?).to be false }
|
58
|
-
it { expect(failed_submission.should_retry?).to be true }
|
59
|
-
it { expect(failed_submission.results_visible?).to be true }
|
60
|
-
it { expect(passed_submission_with_visible_output_language.results_visible?).to be true }
|
61
|
-
it { expect(manual_evaluation_pending_submission.results_visible?).to be false }
|
62
|
-
end
|
63
|
-
|
64
|
-
describe '#expectation_results_visible?' do
|
65
|
-
let(:haskell) { create(:language, visible_success_output: true) }
|
66
|
-
let(:exercise) { create(:exercise) }
|
67
|
-
context 'should show expectation with failed submissions' do
|
68
|
-
let(:failed_submission) { create(:assignment, status: :failed, expectation_results: [{binding: "foo", inspection: "HasBinding", result: :failed}]) }
|
69
|
-
it { expect(failed_submission.expectation_results_visible?).to be true }
|
70
|
-
it { expect(failed_submission.failed_expectation_results.size).to eq 1 }
|
71
|
-
end
|
72
|
-
context 'should show expectation with errored submissions' do
|
73
|
-
let(:errored_submission) { create(:assignment, status: :errored, expectation_results: [{binding: "foo", inspection: "HasBinding", result: :failed}]) }
|
74
|
-
it { expect(errored_submission.expectation_results_visible?).to be true }
|
75
|
-
end
|
76
|
-
end
|
77
|
-
|
78
|
-
describe '#showable_results_visible?' do
|
79
|
-
let(:failed_submission) { create(:assignment, exercise: problem, status: :failed, expectation_results: [{binding: "foo", inspection: "HasBinding", result: :failed},
|
80
|
-
{binding: "bar", inspection: "HasBinding", result: :failed}]) }
|
81
|
-
|
82
|
-
context 'should show all failed expectation results for regular problems' do
|
83
|
-
let(:problem) { create(:problem) }
|
84
|
-
it { expect(failed_submission.visible_expectation_results.size).to eq 2 }
|
85
|
-
end
|
86
|
-
|
87
|
-
context 'should show only the first failed expectation result for kids problems' do
|
88
|
-
let(:problem) { create(:problem, layout: 'input_kids') }
|
89
|
-
it { expect(failed_submission.visible_expectation_results.size).to eq 1 }
|
90
|
-
end
|
91
|
-
end
|
92
|
-
|
93
|
-
describe '#run_update!' do
|
94
|
-
let(:assignment) { create(:assignment) }
|
95
|
-
context 'when run passes unstructured' do
|
96
|
-
before { assignment.run_update! { {result: 'ok', status: :passed} } }
|
97
|
-
it { expect(assignment.status).to eq(:passed) }
|
98
|
-
it { expect(assignment.result).to eq('ok') }
|
99
|
-
end
|
100
|
-
|
101
|
-
context 'when run fails unstructured' do
|
102
|
-
before { assignment.run_update! { {result: 'ups', status: :failed} } }
|
103
|
-
it { expect(assignment.status).to eq(:failed) }
|
104
|
-
it { expect(assignment.result).to eq('ups') }
|
105
|
-
end
|
106
|
-
|
107
|
-
context 'when run aborts unstructured' do
|
108
|
-
before { assignment.run_update! { {result: 'took more thn 4 seconds', status: :aborted} } }
|
109
|
-
it { expect(assignment.status).to eq(:aborted) }
|
110
|
-
it { expect(assignment.result).to eq('took more thn 4 seconds') }
|
111
|
-
end
|
112
|
-
|
113
|
-
context 'when run passes with warnings unstructured' do
|
114
|
-
let(:runner_response) do
|
115
|
-
{status: :passed_with_warnings,
|
116
|
-
test_results: [{title: 'true is true', status: :passed, result: ''},
|
117
|
-
{title: 'false is false', status: :passed, result: ''}],
|
118
|
-
expectation_results: [{binding: 'bar', inspection: 'HasBinding', result: :passed},
|
119
|
-
{binding: 'foo', inspection: 'HasBinding', result: :failed}],
|
120
|
-
feedback: 'foo'}
|
121
|
-
end
|
122
|
-
before { assignment.run_update! { runner_response } }
|
123
|
-
|
124
|
-
it { expect(assignment.status).to eq(:passed_with_warnings) }
|
125
|
-
it { expect(assignment.result).to be_blank }
|
126
|
-
it { expect(assignment.test_results).to eq(runner_response[:test_results]) }
|
127
|
-
it { expect(assignment.expectation_results).to eq(runner_response[:expectation_results]) }
|
128
|
-
it { expect(assignment.feedback).to eq('foo') }
|
129
|
-
end
|
130
|
-
context 'when run raises exception' do
|
131
|
-
before do
|
132
|
-
begin
|
133
|
-
assignment.run_update! { raise 'ouch' }
|
134
|
-
rescue
|
135
|
-
end
|
136
|
-
end
|
137
|
-
it { expect(assignment.status).to eq(:errored) }
|
138
|
-
it { expect(assignment.result).to eq('ouch') }
|
139
|
-
end
|
140
|
-
end
|
141
|
-
|
142
|
-
describe '#update_submissions_count!' do
|
143
|
-
let(:exercise) { create(:exercise) }
|
144
|
-
let(:user) { create(:user) }
|
145
|
-
|
146
|
-
before do
|
147
|
-
exercise.submit_solution!(user)
|
148
|
-
exercise.submit_solution!(user)
|
149
|
-
exercise.submit_solution!(user)
|
150
|
-
end
|
151
|
-
|
152
|
-
it { expect(exercise.reload.submissions_count).to eq(3) }
|
153
|
-
end
|
154
|
-
|
155
|
-
describe 'organization' do
|
156
|
-
let(:exercise) { create(:exercise) }
|
157
|
-
let(:user) { create(:user) }
|
158
|
-
|
159
|
-
context 'when solution is submitted' do
|
160
|
-
before { exercise.submit_solution!(user, content: 'foo') }
|
161
|
-
|
162
|
-
it 'should persist what organization it was submitted in' do
|
163
|
-
expect(exercise.assignment_for(user).organization).to eq Organization.current
|
164
|
-
end
|
165
|
-
end
|
166
|
-
end
|
167
|
-
|
168
|
-
describe '#submission_id' do
|
169
|
-
let(:exercise) { create(:exercise) }
|
170
|
-
let(:user) { create(:user) }
|
171
|
-
|
172
|
-
before { exercise.submit_solution!(user, content: 'foo') }
|
173
|
-
|
174
|
-
it do
|
175
|
-
submission_id = exercise.assignment_for(user).submission_id
|
176
|
-
expect(submission_id).to be_present
|
177
|
-
|
178
|
-
exercise.submit_solution!(user, content: 'bar')
|
179
|
-
|
180
|
-
new_submission_id = exercise.assignment_for(user).submission_id
|
181
|
-
expect(new_submission_id).to be_present
|
182
|
-
expect(new_submission_id).to_not eq submission_id
|
183
|
-
end
|
184
|
-
end
|
185
|
-
|
186
|
-
describe '#evaluate_manually!' do
|
187
|
-
|
188
|
-
let(:user) { create(:user) }
|
189
|
-
let(:exercise) { create(:exercise, manual_evaluation: true, test: nil, expectations: []) }
|
190
|
-
let(:assignment) { exercise.submit_solution!(user, content: '') }
|
191
|
-
let(:evaluated_assignment) { Assignment.find assignment.id }
|
192
|
-
|
193
|
-
before { Assignment.evaluate_manually! submission_id: assignment.submission_id, manual_evaluation: '**Good**', status: 'passed_with_warnings' }
|
194
|
-
|
195
|
-
it { expect(evaluated_assignment.status).to eq :passed_with_warnings }
|
196
|
-
it { expect(evaluated_assignment.manual_evaluation_comment).to eq '**Good**' }
|
197
|
-
end
|
198
|
-
|
199
|
-
describe '#extra' do
|
200
|
-
let(:user) { create(:user, email: 'some_email', first_name: 'some_first_name', last_name: 'some_last_name') }
|
201
|
-
let(:exercise) { create(:exercise, extra: "/*...user_email...*/\n/*...user_first_name...*/\n/*...user_last_name...*/") }
|
202
|
-
let(:assignment) { exercise.submit_solution!(user, content: '') }
|
203
|
-
|
204
|
-
it { expect(assignment.extra).to eq "some_email\nsome_first_name\nsome_last_name\n" }
|
205
|
-
end
|
206
|
-
|
207
|
-
end
|
@@ -1,70 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Book do
|
4
|
-
let!(:haskell) { create(:haskell) }
|
5
|
-
let!(:gobstones) { create(:gobstones) }
|
6
|
-
|
7
|
-
let!(:guide_1) { create(:guide, name: 'a lesson') }
|
8
|
-
let!(:guide_2) { create(:guide, name: 'other lesson') }
|
9
|
-
|
10
|
-
let!(:topic_1) { create(:topic, name: 'a topic') }
|
11
|
-
let!(:topic_2) { create(:topic, name: 'other topic') }
|
12
|
-
|
13
|
-
|
14
|
-
let(:book_resource_h) do
|
15
|
-
{name: 'sample book',
|
16
|
-
description: 'a sample book description',
|
17
|
-
slug: 'mumuki/a-book',
|
18
|
-
locale: 'en',
|
19
|
-
chapters: [topic_1.slug, topic_2.slug],
|
20
|
-
complements: complement_slugs,
|
21
|
-
}
|
22
|
-
end
|
23
|
-
|
24
|
-
let(:complement_slugs) { [] }
|
25
|
-
|
26
|
-
describe '#sync_key' do
|
27
|
-
let(:book) { create(:book, slug: 'mumuki/a-book') }
|
28
|
-
|
29
|
-
it { expect(book.sync_key).to eq Mumukit::Sync.key(Book, 'mumuki/a-book')}
|
30
|
-
end
|
31
|
-
|
32
|
-
describe '.import_from_resource_h!' do
|
33
|
-
let(:book) { Book.import_from_resource_h! book_resource_h }
|
34
|
-
|
35
|
-
it { expect(book.sync_key).to eq Mumukit::Sync.key(Book, 'mumuki/a-book') }
|
36
|
-
end
|
37
|
-
|
38
|
-
describe '#import_from_resource_h!', organization_workspace: :test do
|
39
|
-
let(:book) { Organization.current.book }
|
40
|
-
|
41
|
-
context 'when complements are present' do
|
42
|
-
let(:complement_slugs) { [guide_2.slug, guide_1.slug] }
|
43
|
-
|
44
|
-
before { book.import_from_resource_h!(book_resource_h) }
|
45
|
-
|
46
|
-
it 'imports data succesfully' do
|
47
|
-
expect(book.name).to eq 'sample book'
|
48
|
-
expect(book.description).to eq 'a sample book description'
|
49
|
-
expect(book.locale).to eq 'en'
|
50
|
-
expect(book.chapters.count).to eq 2
|
51
|
-
expect(book.complements.count).to eq 2
|
52
|
-
end
|
53
|
-
|
54
|
-
it 'reindexes usages properly' do
|
55
|
-
expect(topic_2.reload.usage_in_organization).to be_a Chapter
|
56
|
-
expect(guide_2.reload.usage_in_organization).to be_a Complement
|
57
|
-
end
|
58
|
-
|
59
|
-
it { expect(book.sync_key).to eq Mumukit::Sync.key(Book, 'mumuki/a-book') }
|
60
|
-
end
|
61
|
-
|
62
|
-
context 'when complements are not present' do
|
63
|
-
let(:complement_slugs) { ['foo/bar', guide_1.slug] }
|
64
|
-
|
65
|
-
before { book.import_from_resource_h!(book_resource_h) }
|
66
|
-
|
67
|
-
it { expect(book.complements.count).to eq 1 }
|
68
|
-
end
|
69
|
-
end
|
70
|
-
end
|
data/vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-925adf85cca8/spec/models/book_spec.rb
DELETED
@@ -1,203 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Book, organization_workspace: :test do
|
4
|
-
let(:book) { Organization.current.book }
|
5
|
-
|
6
|
-
describe 'book normalization' do
|
7
|
-
let(:book) { create(:book, slug: 'fLbUlGaReLlI/MuMUkI-saMPle-gUIde') }
|
8
|
-
|
9
|
-
it { expect(book.slug).to eq('flbulgarelli/mumuki-sample-guide') }
|
10
|
-
end
|
11
|
-
|
12
|
-
describe 'fork_to!' do
|
13
|
-
let(:original_book) do
|
14
|
-
create(:book,
|
15
|
-
slug: 'original/book',
|
16
|
-
chapters: [
|
17
|
-
create(:chapter,
|
18
|
-
slug: 'original/topic1',
|
19
|
-
lessons: [
|
20
|
-
create(:lesson, slug: 'original/guide1'),
|
21
|
-
create(:lesson, slug: 'original/guide2')]),
|
22
|
-
create(:chapter,
|
23
|
-
slug: 'original/topic2',
|
24
|
-
lessons: [
|
25
|
-
create(:lesson, slug: 'original/guide3'),
|
26
|
-
create(:lesson, slug: 'original/guide4')])])
|
27
|
-
end
|
28
|
-
|
29
|
-
let(:new_guides) { new_book.reload.chapters.map(&:topic).flat_map(&:lessons).map(&:guide) }
|
30
|
-
|
31
|
-
shared_examples_for 'a successful fork operation' do
|
32
|
-
let!(:new_book) { original_book.fork_to! 'new', Mumukit::Sync::Syncer.new(Mumukit::Sync::Store::NullStore.new) }
|
33
|
-
|
34
|
-
it "forks properly" do
|
35
|
-
expect(new_book.slug).to eq 'new/book'
|
36
|
-
expect(new_book.chapters.map(&:slug)).to eq %w(new/topic1 new/topic2)
|
37
|
-
expect(new_guides.map(&:slug)).to eq %w(new/guide1 new/guide2 new/guide3 new/guide4)
|
38
|
-
|
39
|
-
expect(Book.find_by_slug 'new/book').to be_present
|
40
|
-
expect(Topic.find_by_slug 'new/topic1').to be_present
|
41
|
-
expect(Topic.find_by_slug 'new/topic2').to be_present
|
42
|
-
expect(Guide.find_by_slug 'new/guide1').to be_present
|
43
|
-
expect(Guide.find_by_slug 'new/guide2').to be_present
|
44
|
-
expect(Guide.find_by_slug 'new/guide3').to be_present
|
45
|
-
expect(Guide.find_by_slug 'new/guide4').to be_present
|
46
|
-
end
|
47
|
-
end
|
48
|
-
|
49
|
-
context 'when no content has been previously forked' do
|
50
|
-
it_behaves_like 'a successful fork operation'
|
51
|
-
end
|
52
|
-
|
53
|
-
context 'when some content has been previously forked' do
|
54
|
-
before { create :guide, slug: 'new/guide2' }
|
55
|
-
before { create :guide, slug: 'new/guide4' }
|
56
|
-
|
57
|
-
it_behaves_like 'a successful fork operation'
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
|
-
describe '#next_lesson_for' do
|
62
|
-
let!(:chapter) { create(:chapter, lessons: [create(:lesson)]) }
|
63
|
-
let(:fresh_user) { create(:user) }
|
64
|
-
|
65
|
-
before { reindex_current_organization! }
|
66
|
-
|
67
|
-
it { expect(book.next_lesson_for(nil)).to eq book.first_lesson }
|
68
|
-
it { expect(book.next_lesson_for(fresh_user)).to eq book.first_lesson }
|
69
|
-
end
|
70
|
-
|
71
|
-
describe '#rebuild!' do
|
72
|
-
let(:chapter_1) { build(:chapter, number: 10) }
|
73
|
-
let(:chapter_2) { build(:chapter, number: 8) }
|
74
|
-
|
75
|
-
let(:lesson_1) { create(:lesson) }
|
76
|
-
let(:lesson_2) { create(:lesson) }
|
77
|
-
let(:lesson_3) { create(:lesson) }
|
78
|
-
|
79
|
-
let(:guide_1) { lesson_1.guide }
|
80
|
-
let(:guide_2) { lesson_2.guide }
|
81
|
-
let(:guide_3) { lesson_3.guide }
|
82
|
-
|
83
|
-
context 'when chapter is rebuilt after book rebuilt' do
|
84
|
-
before do
|
85
|
-
book.description = '#foo'
|
86
|
-
book.rebuild_chapters!([chapter_1, chapter_2])
|
87
|
-
|
88
|
-
chapter_1.rebuild_lessons!([lesson_1, lesson_2])
|
89
|
-
chapter_2.rebuild_lessons!([lesson_3])
|
90
|
-
end
|
91
|
-
|
92
|
-
|
93
|
-
it "rebuilds successfully" do
|
94
|
-
expect(book.description).to eq '#foo'
|
95
|
-
expect(book.description_html).to eq "<h1>foo</h1>\n"
|
96
|
-
|
97
|
-
expect(Chapter.count).to eq 2
|
98
|
-
expect(book.chapters).to eq [chapter_1, chapter_2]
|
99
|
-
expect(chapter_1.guides).to eq [guide_1, guide_2]
|
100
|
-
expect(chapter_2.guides).to eq [guide_3]
|
101
|
-
expect(chapter_1.number).to eq 1
|
102
|
-
expect(chapter_2.number).to eq 2
|
103
|
-
end
|
104
|
-
end
|
105
|
-
|
106
|
-
context 'when some chapters are orphan' do
|
107
|
-
let(:orphan_chapter) { build(:chapter, book: nil) }
|
108
|
-
before do
|
109
|
-
book.description = '#foo'
|
110
|
-
book.rebuild_chapters!([chapter_1, orphan_chapter, chapter_2])
|
111
|
-
|
112
|
-
chapter_1.rebuild_lessons!([lesson_1, lesson_2])
|
113
|
-
chapter_2.rebuild_lessons!([lesson_3])
|
114
|
-
end
|
115
|
-
|
116
|
-
it "rebuilds successfully" do
|
117
|
-
expect(book.description).to eq '#foo'
|
118
|
-
expect(book.description_html).to eq "<h1>foo</h1>\n"
|
119
|
-
|
120
|
-
expect(Chapter.count).to eq 3
|
121
|
-
expect(book.chapters).to eq [chapter_1, orphan_chapter, chapter_2]
|
122
|
-
expect(chapter_1.guides).to eq [guide_1, guide_2]
|
123
|
-
expect(chapter_2.guides).to eq [guide_3]
|
124
|
-
expect(chapter_1.number).to eq 1
|
125
|
-
expect(orphan_chapter.number).to eq 2
|
126
|
-
expect(chapter_2.number).to eq 3
|
127
|
-
end
|
128
|
-
end
|
129
|
-
|
130
|
-
|
131
|
-
context 'when chapter is created before book rebuilt' do
|
132
|
-
before do
|
133
|
-
chapter_1.save!
|
134
|
-
chapter_2.save!
|
135
|
-
|
136
|
-
book.description = '#foo'
|
137
|
-
book.rebuild_chapters!([chapter_1, chapter_2])
|
138
|
-
|
139
|
-
chapter_1.rebuild_lessons!([lesson_1, lesson_2])
|
140
|
-
chapter_2.rebuild_lessons!([lesson_3])
|
141
|
-
end
|
142
|
-
|
143
|
-
it "rebuilds successfully" do
|
144
|
-
expect(book.description).to eq '#foo'
|
145
|
-
expect(book.description_html).to eq "<h1>foo</h1>\n"
|
146
|
-
|
147
|
-
expect(Chapter.count).to eq 2
|
148
|
-
expect(book.chapters).to eq [chapter_1, chapter_2]
|
149
|
-
expect(chapter_1.guides).to eq [guide_1, guide_2]
|
150
|
-
expect(chapter_2.guides).to eq [guide_3]
|
151
|
-
expect(chapter_1.number).to eq 1
|
152
|
-
expect(chapter_2.number).to eq 2
|
153
|
-
end
|
154
|
-
end
|
155
|
-
|
156
|
-
context 'when chapter is rebuilt before book rebuilt' do
|
157
|
-
before do
|
158
|
-
chapter_1.rebuild_lessons!([lesson_1, lesson_2])
|
159
|
-
chapter_2.rebuild_lessons!([lesson_3])
|
160
|
-
|
161
|
-
book.description = '#foo'
|
162
|
-
book.rebuild_chapters!([chapter_1, chapter_2])
|
163
|
-
end
|
164
|
-
|
165
|
-
it "rebuilds successfully" do
|
166
|
-
expect(book.description).to eq '#foo'
|
167
|
-
expect(book.description_html).to eq "<h1>foo</h1>\n"
|
168
|
-
|
169
|
-
expect(Chapter.count).to eq 2
|
170
|
-
expect(book.chapters).to eq [chapter_1, chapter_2]
|
171
|
-
expect(chapter_1.number).to eq 1
|
172
|
-
expect(chapter_2.number).to eq 2
|
173
|
-
expect(chapter_1.guides).to eq [guide_1, guide_2]
|
174
|
-
expect(chapter_2.guides).to eq [guide_3]
|
175
|
-
end
|
176
|
-
end
|
177
|
-
|
178
|
-
context 'when rebuilt content changes' do
|
179
|
-
let(:guide_1) { create :indexed_guide }
|
180
|
-
let(:guide_2) { create :indexed_guide }
|
181
|
-
|
182
|
-
let(:chapter_1) { guide_1.chapter }
|
183
|
-
let(:chapter_2) { guide_2.chapter }
|
184
|
-
|
185
|
-
before { book.rebuild_chapters!([chapter_1, chapter_2]) }
|
186
|
-
|
187
|
-
let!(:chapter_1_usage) { Usage.find_by parent_item: chapter_1 }
|
188
|
-
let!(:chapter_2_usage) { Usage.find_by parent_item: chapter_2 }
|
189
|
-
let!(:guide_1_usage) { Usage.find_by item: guide_1 }
|
190
|
-
let!(:guide_2_usage) { Usage.find_by item: guide_2 }
|
191
|
-
|
192
|
-
before { book.rebuild_chapters!([chapter_2]) }
|
193
|
-
|
194
|
-
it { expect { chapter_1.reload }.to raise_error ActiveRecord::RecordNotFound }
|
195
|
-
it { expect { chapter_2.reload }.to_not raise_error }
|
196
|
-
it { expect { chapter_1_usage.reload }.to raise_error ActiveRecord::RecordNotFound }
|
197
|
-
it { expect { chapter_2_usage.reload }.to_not raise_error }
|
198
|
-
it { expect { guide_1_usage.reload }.to raise_error ActiveRecord::RecordNotFound }
|
199
|
-
it { expect { guide_2_usage.reload }.to_not raise_error }
|
200
|
-
it { expect(Chapter.count).to eq 1 }
|
201
|
-
end
|
202
|
-
end
|
203
|
-
end
|