mumuki-laboratory 9.0.5 → 9.1.3
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 +10 -2
- data/app/assets/javascripts/mumuki_laboratory/application/discussions.js +10 -10
- data/app/assets/javascripts/mumuki_laboratory/application/gamification.js +3 -3
- data/app/assets/javascripts/mumuki_laboratory/application/kids.js +11 -7
- data/app/assets/javascripts/mumuki_laboratory/application/kindergarten.js +3 -3
- data/app/assets/javascripts/mumuki_laboratory/application/messages.js +3 -3
- data/app/assets/javascripts/mumuki_laboratory/application/mu-modal-carrousel.js +4 -4
- data/app/assets/javascripts/mumuki_laboratory/application/multiple-files.js +18 -5
- data/app/assets/javascripts/mumuki_laboratory/application/multiple-scenarios.js +1 -1
- data/app/assets/javascripts/mumuki_laboratory/application/primary.js +4 -4
- data/app/assets/javascripts/mumuki_laboratory/application/profile.js +0 -6
- data/app/assets/javascripts/mumuki_laboratory/application/progress.js +1 -1
- data/app/assets/javascripts/mumuki_laboratory/application/speech-bubble-renderer.js +1 -1
- data/app/assets/javascripts/mumuki_laboratory/application/submission.js +4 -3
- data/app/assets/javascripts/mumuki_laboratory/application/toast.js +3 -0
- data/app/assets/javascripts/mumuki_laboratory/application/tooltip.js +1 -1
- data/app/assets/javascripts/mumuki_laboratory/application/upload.js +2 -2
- data/app/assets/stylesheets/mumuki_laboratory/application.scss +0 -1
- data/app/assets/stylesheets/mumuki_laboratory/application/_errors.scss +1 -1
- data/app/assets/stylesheets/mumuki_laboratory/application/_layout.scss +1 -27
- data/app/assets/stylesheets/mumuki_laboratory/application/_modules.scss +0 -2
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_activity.scss +7 -5
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_avatar.scss +5 -0
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_breadcrumb.scss +2 -2
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_datepicker.scss +0 -4
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_discussion.scss +38 -60
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_editor.scss +16 -18
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_exercise_assignment.scss +2 -11
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_exercise_results.scss +1 -7
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_faqs.scss +3 -3
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_flash.scss +7 -46
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_kids.scss +19 -4
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_kids_results.scss +18 -23
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_kindergarten.scss +1 -9
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_overlap.scss +1 -1
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_progress_bar.scss +5 -5
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_terms.scss +3 -2
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_timer.scss +1 -3
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_user_menu.scss +13 -6
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_user_profile.scss +0 -2
- data/app/controllers/application_controller.rb +4 -2
- data/app/controllers/discussions_messages_controller.rb +3 -1
- data/app/helpers/application_helper.rb +5 -5
- data/app/helpers/assignment_result_helper.rb +3 -2
- data/app/helpers/assistance_box_helper.rb +1 -1
- data/app/helpers/concerns/with_student_path_navigation.rb +8 -3
- data/app/helpers/concerns/with_student_path_navigation/continue_navigation.rb +1 -1
- data/app/helpers/concerns/with_student_path_navigation/finish_navigation.rb +1 -1
- data/app/helpers/concerns/with_student_path_navigation/next_parent_navigation.rb +7 -0
- data/app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb +1 -1
- data/app/helpers/discussions_helper.rb +61 -24
- data/app/helpers/editor_tabs_helper.rb +10 -6
- data/app/helpers/email_helper.rb +2 -2
- data/app/helpers/exercise_input_helper.rb +2 -3
- data/app/helpers/links_helper.rb +12 -9
- data/app/helpers/menu_bar_helper.rb +1 -1
- data/app/helpers/messages_helper.rb +1 -1
- data/app/helpers/multiple_file_editor_helper.rb +2 -1
- data/app/helpers/overlapped_buttons_helper.rb +22 -12
- data/app/helpers/profile_helper.rb +3 -3
- data/app/helpers/toast_helper.rb +27 -0
- data/app/helpers/user_activity_helper.rb +1 -1
- data/app/views/book/show.html.erb +2 -2
- data/app/views/certificates/verify.html.erb +1 -1
- data/app/views/chapters/show.html.erb +2 -2
- data/app/views/discussions/_message.html.erb +31 -6
- data/app/views/discussions/_new_message.html.erb +4 -4
- data/app/views/discussions/index.html.erb +8 -10
- data/app/views/discussions/new.html.erb +1 -1
- data/app/views/discussions/show.html.erb +20 -12
- data/app/views/exam_registrations/show.html.erb +10 -11
- data/app/views/exercise_solutions/_assistant_rules_box.html.erb +1 -1
- data/app/views/exercise_solutions/_contextualization_results_body.html.erb +1 -1
- data/app/views/exercise_solutions/_contextualization_results_container.html.erb +1 -1
- data/app/views/exercise_solutions/_kids_results_button.html.erb +2 -2
- data/app/views/exercise_solutions/_results.html.erb +1 -1
- data/app/views/exercises/_exercise_assignment.html.erb +2 -2
- data/app/views/exercises/_exercise_skipped.html.erb +1 -1
- data/app/views/exercises/_read_only.html.erb +108 -105
- data/app/views/exercises/show.html.erb +7 -7
- data/app/views/guides/_guide.html.erb +1 -1
- data/app/views/guides/_guide_container.html.erb +4 -4
- data/app/views/invitations/_invitation_form.html.erb +5 -4
- data/app/views/layouts/_authoring.html.erb +1 -1
- data/app/views/layouts/_discussions.html.erb +7 -7
- data/app/views/layouts/_kids.html.erb +5 -5
- data/app/views/layouts/_kindergarten.html.erb +10 -6
- data/app/views/layouts/_main.html.erb +6 -10
- data/app/views/layouts/_organizations_listing.html.erb +2 -2
- data/app/views/layouts/_progress_bar.html.erb +2 -0
- data/app/views/layouts/_submission_result_error.html.erb +1 -1
- data/app/views/layouts/_test_results.html.erb +1 -1
- data/app/views/layouts/_timer.html.erb +1 -1
- data/app/views/layouts/_user_menu.html.erb +3 -3
- data/app/views/layouts/application.html.erb +39 -42
- data/app/views/layouts/exercise_inputs/editors/_code.html.erb +4 -4
- data/app/views/layouts/exercise_inputs/editors/_free_form.html.erb +1 -1
- data/app/views/layouts/exercise_inputs/editors/_multiple_choice.html.erb +7 -9
- data/app/views/layouts/exercise_inputs/editors/_multiple_files.html.erb +10 -10
- data/app/views/layouts/exercise_inputs/editors/_single_choice.html.erb +6 -8
- data/app/views/layouts/exercise_inputs/editors/_text.html.erb +2 -3
- data/app/views/layouts/exercise_inputs/editors/_upload.html.erb +5 -5
- data/app/views/layouts/exercise_inputs/forms/_form.html.erb +1 -1
- data/app/views/layouts/exercise_inputs/forms/_interactive_form.html.erb +2 -2
- data/app/views/layouts/exercise_inputs/forms/_kids_form.html.erb +1 -1
- data/app/views/layouts/exercise_inputs/forms/_playground_form.html.erb +2 -2
- data/app/views/layouts/exercise_inputs/forms/_problem_form.html.erb +13 -9
- data/app/views/layouts/exercise_inputs/layouts/_input_primary.html.erb +2 -2
- data/app/views/layouts/exercise_inputs/layouts/_input_right.html.erb +2 -2
- data/app/views/layouts/exercise_inputs/read_only_editors/_code.html.erb +1 -1
- data/app/views/layouts/exercise_inputs/read_only_editors/_free_form.html.erb +1 -1
- data/app/views/layouts/exercise_inputs/read_only_editors/_multiple_choice.html.erb +4 -4
- data/app/views/layouts/exercise_inputs/read_only_editors/_multiple_files.html.erb +2 -2
- data/app/views/layouts/exercise_inputs/read_only_editors/_single_choice.html.erb +4 -4
- data/app/views/layouts/exercise_inputs/read_only_editors/_text.erb +1 -1
- data/app/views/layouts/modals/_avatar_picker.html.erb +2 -5
- data/app/views/layouts/modals/_guide_corollary.html.erb +4 -8
- data/app/views/layouts/modals/_kids_context.html.erb +7 -5
- data/app/views/layouts/modals/_kids_results.html.erb +2 -2
- data/app/views/layouts/modals/_kids_results_aborted.html.erb +2 -2
- data/app/views/layouts/modals/_kindergarten_context.html.erb +3 -3
- data/app/views/layouts/modals/_kindergarten_results.html.erb +3 -3
- data/app/views/layouts/modals/_kindergarten_results_aborted.html.erb +2 -2
- data/app/views/layouts/modals/_level_up.html.erb +2 -5
- data/app/views/layouts/modals/_new_message.html.erb +5 -5
- data/app/views/notifications/_dropdown.html.erb +3 -3
- data/app/views/users/_activity_indicator.html.erb +14 -14
- data/app/views/users/_edit_user_form.html.erb +6 -6
- data/app/views/users/_profile_fields.html.erb +6 -6
- data/app/views/users/_user_form.html.erb +2 -2
- data/app/views/users/activity.html.erb +29 -29
- data/app/views/users/certificates.html.erb +26 -24
- data/app/views/users/discussions.html.erb +23 -21
- data/app/views/users/messages.html.erb +22 -20
- data/app/views/users/show.html.erb +5 -3
- data/app/views/users/terms.html.erb +4 -2
- data/config/initializers/inflections.rb +3 -0
- data/lib/mumuki/laboratory.rb +1 -1
- data/lib/mumuki/laboratory/locales/en.yml +15 -1
- data/lib/mumuki/laboratory/locales/es-CL.yml +15 -1
- data/lib/mumuki/laboratory/locales/es.yml +15 -1
- data/lib/mumuki/laboratory/locales/pt.yml +15 -2
- data/lib/mumuki/laboratory/version.rb +1 -1
- data/spec/capybara_helper.rb +1 -0
- data/spec/controllers/discussions_messages_controller_spec.rb +64 -2
- data/spec/dummy/db/schema.rb +20 -3
- data/spec/features/discussion_flow_spec.rb +20 -2
- data/spec/features/exercise_flow_spec.rb +1 -1
- data/spec/features/guide_reset_spec.rb +1 -1
- data/spec/features/terms_flow_spec.rb +1 -2
- data/spec/helpers/breadcrumbs_helper_spec.rb +2 -2
- data/spec/helpers/with_navigation_spec.rb +51 -13
- data/spec/javascripts/editors-spec.js +3 -3
- data/spec/javascripts/kids-button-spec.js +2 -2
- data/spec/javascripts/upload-spec.js +8 -8
- metadata +118 -117
- data/app/assets/stylesheets/mumuki_laboratory/application/hovers.scss +0 -12
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_checkboxes.scss +0 -34
- data/app/assets/stylesheets/mumuki_laboratory/application/modules/_guide_corollary.scss +0 -9
@@ -22,7 +22,7 @@ describe('editors', () => {
|
|
22
22
|
it('reads the custom sources if present, ignoring the form', () => {
|
23
23
|
$('body').html(`
|
24
24
|
<form role="form" class="new_solution">
|
25
|
-
<div class="
|
25
|
+
<div class="editor-code">
|
26
26
|
<textarea class="form-control editor" name="solution[content]" id="solution_content">the standard solution</textarea>
|
27
27
|
</div>
|
28
28
|
</form>`);
|
@@ -39,7 +39,7 @@ describe('editors', () => {
|
|
39
39
|
it('reads the form if no sources', () => {
|
40
40
|
$('body').html(`
|
41
41
|
<form role="form" class="new_solution">
|
42
|
-
<div class="
|
42
|
+
<div class="editor-code">
|
43
43
|
<textarea class="form-control editor" name="solution[content]" id="solution_content">the solution</textarea>
|
44
44
|
</div>
|
45
45
|
</form>`);
|
@@ -49,7 +49,7 @@ describe('editors', () => {
|
|
49
49
|
it('reads the form if no sources and exercise is multifile', () => {
|
50
50
|
$('body').html(`
|
51
51
|
<form role="form" class="new_solution">
|
52
|
-
<div class="
|
52
|
+
<div class="editor-code">
|
53
53
|
<textarea
|
54
54
|
class="form-control editor"
|
55
55
|
data-editor-language="html"
|
@@ -4,7 +4,7 @@ describe('KidsButton', () => {
|
|
4
4
|
fixture.set(`
|
5
5
|
<div class="mu-kindergarten">
|
6
6
|
<button class="mu-kids-button">Click me<button>
|
7
|
-
<div class="mu-kids-overlay
|
7
|
+
<div class="mu-kids-overlay d-none"></div>
|
8
8
|
</div>
|
9
9
|
`);
|
10
10
|
|
@@ -18,7 +18,7 @@ describe('KidsButton', () => {
|
|
18
18
|
});
|
19
19
|
|
20
20
|
it('overlay is hidden by default', () => {
|
21
|
-
expect(mumuki.kids.$overlay.
|
21
|
+
expect(mumuki.kids.$overlay.hasClass('d-none'));
|
22
22
|
});
|
23
23
|
|
24
24
|
it('call showOverlay on wait', () => {
|
@@ -2,11 +2,11 @@ describe('upload', () => {
|
|
2
2
|
const fileSizeLimit = 20;
|
3
3
|
|
4
4
|
fixture.set(`
|
5
|
-
<textarea id="solution_content" type="text" name="solution[content]" class="
|
6
|
-
<input id="mu-upload-input" type="file" class="upload submission-control
|
7
|
-
<label id="mu-upload-label" for="mu-upload-input" class="btn btn-
|
8
|
-
<button class="btn btn-
|
9
|
-
<div id="mu-upload-file-limit-exceeded" class="
|
5
|
+
<textarea id="solution_content" type="text" name="solution[content]" class="d-none"></textarea>
|
6
|
+
<input id="mu-upload-input" type="file" class="upload submission-control d-none" mu-upload-file-limit=${fileSizeLimit} accept=".txt" />
|
7
|
+
<label id="mu-upload-label" for="mu-upload-input" class="btn btn-complementary"></label>
|
8
|
+
<button class="btn btn-complementary w-100 btn-submit disabled"></button>
|
9
|
+
<div id="mu-upload-file-limit-exceeded" class="d-none"></div>
|
10
10
|
`);
|
11
11
|
|
12
12
|
beforeEach(() => {
|
@@ -38,7 +38,7 @@ describe('upload', () => {
|
|
38
38
|
});
|
39
39
|
|
40
40
|
it('does not exceed max file size', function () {
|
41
|
-
expect($('#mu-upload-file-limit-exceeded').hasClass('
|
41
|
+
expect($('#mu-upload-file-limit-exceeded').hasClass('d-none')).toBe(true);
|
42
42
|
});
|
43
43
|
});
|
44
44
|
|
@@ -56,7 +56,7 @@ describe('upload', () => {
|
|
56
56
|
});
|
57
57
|
|
58
58
|
it('does not exceed max file size', function () {
|
59
|
-
expect($('#mu-upload-file-limit-exceeded').hasClass('
|
59
|
+
expect($('#mu-upload-file-limit-exceeded').hasClass('d-none')).toBe(true);
|
60
60
|
});
|
61
61
|
});
|
62
62
|
|
@@ -74,7 +74,7 @@ describe('upload', () => {
|
|
74
74
|
});
|
75
75
|
|
76
76
|
it('exceeds max file size', function () {
|
77
|
-
expect($('#mu-upload-file-limit-exceeded').hasClass('
|
77
|
+
expect($('#mu-upload-file-limit-exceeded').hasClass('d-none')).toBe(false);
|
78
78
|
});
|
79
79
|
});
|
80
80
|
});
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mumuki-laboratory
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.
|
4
|
+
version: 9.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Franco Bulgarelli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-03
|
11
|
+
date: 2021-05-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 9.
|
33
|
+
version: 9.1.2
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 9.
|
40
|
+
version: 9.1.2
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: mumukit-bridge
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -114,14 +114,14 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: '
|
117
|
+
version: '3.0'
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: '
|
124
|
+
version: '3.0'
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: muvment
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -179,19 +179,19 @@ dependencies:
|
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: '0.16'
|
181
181
|
- !ruby/object:Gem::Dependency
|
182
|
-
name:
|
182
|
+
name: bootstrap5-kaminari-views
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
184
184
|
requirements:
|
185
|
-
- - "
|
185
|
+
- - "~>"
|
186
186
|
- !ruby/object:Gem::Version
|
187
|
-
version:
|
187
|
+
version: 0.0.1
|
188
188
|
type: :runtime
|
189
189
|
prerelease: false
|
190
190
|
version_requirements: !ruby/object:Gem::Requirement
|
191
191
|
requirements:
|
192
|
-
- - "
|
192
|
+
- - "~>"
|
193
193
|
- !ruby/object:Gem::Version
|
194
|
-
version:
|
194
|
+
version: 0.0.1
|
195
195
|
- !ruby/object:Gem::Dependency
|
196
196
|
name: font_awesome5_rails
|
197
197
|
requirement: !ruby/object:Gem::Requirement
|
@@ -439,6 +439,7 @@ files:
|
|
439
439
|
- app/assets/javascripts/mumuki_laboratory/application/submissions-store.js
|
440
440
|
- app/assets/javascripts/mumuki_laboratory/application/sync-mode.js
|
441
441
|
- app/assets/javascripts/mumuki_laboratory/application/timer.js
|
442
|
+
- app/assets/javascripts/mumuki_laboratory/application/toast.js
|
442
443
|
- app/assets/javascripts/mumuki_laboratory/application/tooltip.js
|
443
444
|
- app/assets/javascripts/mumuki_laboratory/application/upload.js
|
444
445
|
- app/assets/javascripts/mumuki_laboratory/application/user.js
|
@@ -455,13 +456,11 @@ files:
|
|
455
456
|
- app/assets/stylesheets/mumuki_laboratory/application/_tooltip.scss
|
456
457
|
- app/assets/stylesheets/mumuki_laboratory/application/_vendor.scss
|
457
458
|
- app/assets/stylesheets/mumuki_laboratory/application/codemirror-themes/_mu-light.scss
|
458
|
-
- app/assets/stylesheets/mumuki_laboratory/application/hovers.scss
|
459
459
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_activity.scss
|
460
460
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_avatar.scss
|
461
461
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_book_header.scss
|
462
462
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_breadcrumb.scss
|
463
463
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_certificate.scss
|
464
|
-
- app/assets/stylesheets/mumuki_laboratory/application/modules/_checkboxes.scss
|
465
464
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_console.scss
|
466
465
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_content_show.scss
|
467
466
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_datepicker.scss
|
@@ -473,7 +472,6 @@ files:
|
|
473
472
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_faqs.scss
|
474
473
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_flash.scss
|
475
474
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_gs-board.scss
|
476
|
-
- app/assets/stylesheets/mumuki_laboratory/application/modules/_guide_corollary.scss
|
477
475
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_highlight.scss
|
478
476
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_kids.scss
|
479
477
|
- app/assets/stylesheets/mumuki_laboratory/application/modules/_kids_results.scss
|
@@ -547,6 +545,7 @@ files:
|
|
547
545
|
- app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
|
548
546
|
- app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
|
549
547
|
- app/helpers/concerns/with_student_path_navigation/navigation.rb
|
548
|
+
- app/helpers/concerns/with_student_path_navigation/next_parent_navigation.rb
|
550
549
|
- app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
|
551
550
|
- app/helpers/content_view_helper.rb
|
552
551
|
- app/helpers/contextualization_result_helper.rb
|
@@ -572,6 +571,7 @@ files:
|
|
572
571
|
- app/helpers/progress_bar_helper.rb
|
573
572
|
- app/helpers/progress_helper.rb
|
574
573
|
- app/helpers/runner_assets_helper.rb
|
574
|
+
- app/helpers/toast_helper.rb
|
575
575
|
- app/helpers/user_activity_helper.rb
|
576
576
|
- app/helpers/user_menu_helper.rb
|
577
577
|
- app/mailers/application_mailer.rb
|
@@ -719,6 +719,7 @@ files:
|
|
719
719
|
- app/views/users/terms.html.erb
|
720
720
|
- config/i18n-tasks.yml
|
721
721
|
- config/initializers/form_builder.rb
|
722
|
+
- config/initializers/inflections.rb
|
722
723
|
- config/initializers/omniauth.rb
|
723
724
|
- config/initializers/session_store.rb
|
724
725
|
- config/routes.rb
|
@@ -955,134 +956,134 @@ signing_key:
|
|
955
956
|
specification_version: 4
|
956
957
|
summary: Code assement web application for the Mumuki Platform.
|
957
958
|
test_files:
|
958
|
-
- spec/
|
959
|
+
- spec/helpers/exercise_input_helper_spec.rb
|
960
|
+
- spec/helpers/icons_helper_spec.rb
|
961
|
+
- spec/helpers/breadcrumbs_helper_spec.rb
|
962
|
+
- spec/helpers/email_helper_spec.rb
|
963
|
+
- spec/helpers/avatar_helper_spec.rb
|
964
|
+
- spec/helpers/application_helper_spec.rb
|
965
|
+
- spec/helpers/authors_helper_spec.rb
|
966
|
+
- spec/helpers/certificate_helper_spec.rb
|
967
|
+
- spec/helpers/page_title_helper_spec.rb
|
968
|
+
- spec/helpers/with_navigation_spec.rb
|
969
|
+
- spec/helpers/with_choices_spec.rb
|
970
|
+
- spec/helpers/user_activity_helper_spec.rb
|
971
|
+
- spec/helpers/test_results_rendering_spec.rb
|
972
|
+
- spec/spec_helper.rb
|
973
|
+
- spec/login_helper.rb
|
974
|
+
- spec/dummy/config/environments/development.rb
|
975
|
+
- spec/dummy/config/environments/test.rb
|
959
976
|
- spec/dummy/config/application.rb
|
977
|
+
- spec/dummy/config/secrets.yml
|
978
|
+
- spec/dummy/config/initializers/assets.rb
|
979
|
+
- spec/dummy/config/initializers/wrap_parameters.rb
|
980
|
+
- spec/dummy/config/initializers/cookies_serializer.rb
|
981
|
+
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
960
982
|
- spec/dummy/config/spring.rb
|
983
|
+
- spec/dummy/config/boot.rb
|
961
984
|
- spec/dummy/config/database.yml
|
985
|
+
- spec/dummy/config/cable.yml
|
962
986
|
- spec/dummy/config/environment.rb
|
987
|
+
- spec/dummy/config/routes.rb
|
963
988
|
- spec/dummy/config/rabbit.yml
|
964
|
-
- spec/dummy/config/puma.rb
|
965
989
|
- spec/dummy/config/locales/en.yml
|
966
|
-
- spec/dummy/config/
|
967
|
-
- spec/dummy/
|
968
|
-
- spec/dummy/
|
969
|
-
- spec/dummy/config/boot.rb
|
970
|
-
- spec/dummy/config/initializers/cookies_serializer.rb
|
971
|
-
- spec/dummy/config/initializers/wrap_parameters.rb
|
972
|
-
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
973
|
-
- spec/dummy/config/initializers/assets.rb
|
974
|
-
- spec/dummy/config/routes.rb
|
975
|
-
- spec/dummy/package.json
|
976
|
-
- spec/dummy/Rakefile
|
977
|
-
- spec/dummy/config.ru
|
978
|
-
- spec/dummy/bin/rails
|
979
|
-
- spec/dummy/bin/yarn
|
980
|
-
- spec/dummy/bin/rake
|
981
|
-
- spec/dummy/bin/bundle
|
982
|
-
- spec/dummy/bin/update
|
983
|
-
- spec/dummy/bin/setup
|
984
|
-
- spec/dummy/public/character/animations.json
|
985
|
-
- spec/dummy/public/character/kibi/failure.svg
|
986
|
-
- spec/dummy/public/character/kibi/success_l.svg
|
987
|
-
- spec/dummy/public/character/kibi/passed_with_warnings.svg
|
988
|
-
- spec/dummy/public/character/kibi/success2_l.svg
|
989
|
-
- spec/dummy/public/character/kibi/jump.svg
|
990
|
-
- spec/dummy/public/character/kibi/context.svg
|
991
|
-
- spec/dummy/public/character/magnifying_glass/apparition.svg
|
992
|
-
- spec/dummy/public/character/magnifying_glass/loop.svg
|
993
|
-
- spec/dummy/public/error/timeout_2.svg
|
994
|
-
- spec/dummy/public/error/401.svg
|
995
|
-
- spec/dummy/public/error/403.svg
|
990
|
+
- spec/dummy/config/puma.rb
|
991
|
+
- spec/dummy/public/medal/outline.svg
|
992
|
+
- spec/dummy/public/error/410.svg
|
996
993
|
- spec/dummy/public/error/timeout_1.svg
|
994
|
+
- spec/dummy/public/error/timeout_2.svg
|
997
995
|
- spec/dummy/public/error/timeout_3.svg
|
996
|
+
- spec/dummy/public/error/403.svg
|
997
|
+
- spec/dummy/public/error/401.svg
|
998
998
|
- spec/dummy/public/error/404.svg
|
999
|
-
- spec/dummy/public/error/410.svg
|
1000
999
|
- spec/dummy/public/error/500.svg
|
1001
|
-
- spec/dummy/public/
|
1000
|
+
- spec/dummy/public/character/magnifying_glass/apparition.svg
|
1001
|
+
- spec/dummy/public/character/magnifying_glass/loop.svg
|
1002
|
+
- spec/dummy/public/character/kibi/failure.svg
|
1003
|
+
- spec/dummy/public/character/kibi/success2_l.svg
|
1004
|
+
- spec/dummy/public/character/kibi/jump.svg
|
1005
|
+
- spec/dummy/public/character/kibi/success_l.svg
|
1006
|
+
- spec/dummy/public/character/kibi/passed_with_warnings.svg
|
1007
|
+
- spec/dummy/public/character/kibi/context.svg
|
1008
|
+
- spec/dummy/public/character/animations.json
|
1009
|
+
- spec/dummy/Rakefile
|
1010
|
+
- spec/dummy/config.ru
|
1011
|
+
- spec/dummy/package.json
|
1002
1012
|
- spec/dummy/db/seeds.rb
|
1003
1013
|
- spec/dummy/db/schema.rb
|
1004
|
-
- spec/
|
1005
|
-
- spec/
|
1006
|
-
- spec/
|
1007
|
-
- spec/
|
1008
|
-
- spec/
|
1014
|
+
- spec/dummy/bin/bundle
|
1015
|
+
- spec/dummy/bin/update
|
1016
|
+
- spec/dummy/bin/yarn
|
1017
|
+
- spec/dummy/bin/setup
|
1018
|
+
- spec/dummy/bin/rails
|
1019
|
+
- spec/dummy/bin/rake
|
1020
|
+
- spec/evaluation_helper.rb
|
1021
|
+
- spec/capybara_helper.rb
|
1022
|
+
- spec/controllers/certificates_controller_spec.rb
|
1023
|
+
- spec/controllers/exam_authorization_requests_controller_spec.rb
|
1024
|
+
- spec/controllers/discussions_controller_spec.rb
|
1025
|
+
- spec/controllers/messages_controller_spec.rb
|
1026
|
+
- spec/controllers/chapters_controller_spec.rb
|
1027
|
+
- spec/controllers/courses_api_controller_spec.rb
|
1028
|
+
- spec/controllers/api_clients_controller.rb
|
1029
|
+
- spec/controllers/students_api_controller_spec.rb
|
1030
|
+
- spec/controllers/exercise_solutions_controller_spec.rb
|
1031
|
+
- spec/controllers/discussions_messages_controller_spec.rb
|
1032
|
+
- spec/controllers/users_controller_spec.rb
|
1033
|
+
- spec/controllers/guide_progress_controller_spec.rb
|
1034
|
+
- spec/controllers/confirmations_controller_spec.rb
|
1035
|
+
- spec/controllers/users_api_controller_spec.rb
|
1036
|
+
- spec/controllers/organizations_api_controller_spec.rb
|
1037
|
+
- spec/controllers/exam_registrations_controller_spec.rb
|
1038
|
+
- spec/controllers/invitations_controller_spec.rb
|
1039
|
+
- spec/teaspoon_env.rb
|
1040
|
+
- spec/api_helper.rb
|
1041
|
+
- spec/mailers/user_mailer_spec.rb
|
1042
|
+
- spec/mailers/previews/user_mailer_preview.rb
|
1009
1043
|
- spec/features/discussion_flow_spec.rb
|
1010
|
-
- spec/features/
|
1011
|
-
- spec/features/
|
1012
|
-
- spec/features/terms_flow_spec.rb
|
1044
|
+
- spec/features/runner_assets_spec.rb
|
1045
|
+
- spec/features/user_activity_flow_spec.rb
|
1013
1046
|
- spec/features/progressive_tips_spec.rb
|
1014
1047
|
- spec/features/immersive_redirection_spec.rb
|
1048
|
+
- spec/features/menu_bar_spec.rb
|
1049
|
+
- spec/features/login_flow_spec.rb
|
1015
1050
|
- spec/features/not_found_public_flow_spec.rb
|
1051
|
+
- spec/features/profile_flow_spec.rb
|
1052
|
+
- spec/features/certificate_programs_flow_spec.rb
|
1053
|
+
- spec/features/lessons_flow_spec.rb
|
1054
|
+
- spec/features/standard_flow_spec.rb
|
1055
|
+
- spec/features/guide_reset_spec.rb
|
1016
1056
|
- spec/features/guides_flow_spec.rb
|
1017
|
-
- spec/features/chapters_flow_spec.rb
|
1018
|
-
- spec/features/dynamic_exam_spec.rb
|
1019
|
-
- spec/features/home_private_flow_spec.rb
|
1020
|
-
- spec/features/complements_flow_spec.rb
|
1021
1057
|
- spec/features/disable_user_flow_spec.rb
|
1022
|
-
- spec/features/
|
1023
|
-
- spec/features/
|
1024
|
-
- spec/features/home_public_flow_spec.rb
|
1058
|
+
- spec/features/notifications_flow_spec.rb
|
1059
|
+
- spec/features/terms_flow_spec.rb
|
1025
1060
|
- spec/features/topic_flow_spec.rb
|
1026
|
-
- spec/features/
|
1027
|
-
- spec/features/
|
1061
|
+
- spec/features/home_public_flow_spec.rb
|
1062
|
+
- spec/features/exams_flow_spec.rb
|
1063
|
+
- spec/features/home_private_flow_spec.rb
|
1028
1064
|
- spec/features/invitations_flow_spec.rb
|
1029
|
-
- spec/features/
|
1030
|
-
- spec/features/
|
1031
|
-
- spec/features/
|
1065
|
+
- spec/features/links_flow_spec.rb
|
1066
|
+
- spec/features/dynamic_exam_spec.rb
|
1067
|
+
- spec/features/not_found_private_flow_spec.rb
|
1068
|
+
- spec/features/complements_flow_spec.rb
|
1069
|
+
- spec/features/disabled_organization_flow_spec.rb
|
1032
1070
|
- spec/features/exercise_flow_spec.rb
|
1033
|
-
- spec/
|
1034
|
-
- spec/
|
1035
|
-
- spec/
|
1036
|
-
- spec/mailers/previews/user_mailer_preview.rb
|
1037
|
-
- spec/evaluation_helper.rb
|
1038
|
-
- spec/spec_helper.rb
|
1039
|
-
- spec/javascripts/timeout-spec.js
|
1040
|
-
- spec/javascripts/sync-mode-spec.js
|
1071
|
+
- spec/features/chapters_flow_spec.rb
|
1072
|
+
- spec/javascripts/spec-helper.js
|
1073
|
+
- spec/javascripts/global-spec.js
|
1041
1074
|
- spec/javascripts/kids-button-spec.js
|
1042
|
-
- spec/javascripts/
|
1043
|
-
- spec/javascripts/editors-spec.js
|
1075
|
+
- spec/javascripts/gamification-spec.js
|
1044
1076
|
- spec/javascripts/i18n-spec.js
|
1077
|
+
- spec/javascripts/sync-mode-spec.js
|
1078
|
+
- spec/javascripts/timeout-spec.js
|
1045
1079
|
- spec/javascripts/submissions-store-spec.js
|
1080
|
+
- spec/javascripts/upload-spec.js
|
1081
|
+
- spec/javascripts/results-renderers-spec.js
|
1046
1082
|
- spec/javascripts/exercise-spec.js
|
1083
|
+
- spec/javascripts/csrf-token-spec.js
|
1084
|
+
- spec/javascripts/editors-spec.js
|
1085
|
+
- spec/javascripts/elipsis-spec.js
|
1047
1086
|
- spec/javascripts/speech-bubble-renderer-spec.js
|
1048
1087
|
- spec/javascripts/events-spec.js
|
1049
|
-
- spec/javascripts/elipsis-spec.js
|
1050
|
-
- spec/javascripts/upload-spec.js
|
1051
|
-
- spec/javascripts/results-renderers-spec.js
|
1052
|
-
- spec/javascripts/timer-spec.js
|
1053
|
-
- spec/javascripts/spec-helper.js
|
1054
1088
|
- spec/javascripts/bridge-spec.js
|
1055
|
-
- spec/javascripts/
|
1056
|
-
- spec/javascripts/gamification-spec.js
|
1057
|
-
- spec/controllers/users_api_controller_spec.rb
|
1058
|
-
- spec/controllers/exercise_solutions_controller_spec.rb
|
1059
|
-
- spec/controllers/guide_progress_controller_spec.rb
|
1060
|
-
- spec/controllers/exam_registrations_controller_spec.rb
|
1061
|
-
- spec/controllers/courses_api_controller_spec.rb
|
1062
|
-
- spec/controllers/organizations_api_controller_spec.rb
|
1063
|
-
- spec/controllers/discussions_messages_controller_spec.rb
|
1064
|
-
- spec/controllers/confirmations_controller_spec.rb
|
1065
|
-
- spec/controllers/exam_authorization_requests_controller_spec.rb
|
1066
|
-
- spec/controllers/students_api_controller_spec.rb
|
1067
|
-
- spec/controllers/certificates_controller_spec.rb
|
1068
|
-
- spec/controllers/chapters_controller_spec.rb
|
1069
|
-
- spec/controllers/api_clients_controller.rb
|
1070
|
-
- spec/controllers/discussions_controller_spec.rb
|
1071
|
-
- spec/controllers/users_controller_spec.rb
|
1072
|
-
- spec/controllers/invitations_controller_spec.rb
|
1073
|
-
- spec/controllers/messages_controller_spec.rb
|
1074
|
-
- spec/api_helper.rb
|
1075
|
-
- spec/capybara_helper.rb
|
1076
|
-
- spec/helpers/authors_helper_spec.rb
|
1077
|
-
- spec/helpers/exercise_input_helper_spec.rb
|
1078
|
-
- spec/helpers/avatar_helper_spec.rb
|
1079
|
-
- spec/helpers/certificate_helper_spec.rb
|
1080
|
-
- spec/helpers/breadcrumbs_helper_spec.rb
|
1081
|
-
- spec/helpers/with_choices_spec.rb
|
1082
|
-
- spec/helpers/with_navigation_spec.rb
|
1083
|
-
- spec/helpers/email_helper_spec.rb
|
1084
|
-
- spec/helpers/user_activity_helper_spec.rb
|
1085
|
-
- spec/helpers/page_title_helper_spec.rb
|
1086
|
-
- spec/helpers/application_helper_spec.rb
|
1087
|
-
- spec/helpers/icons_helper_spec.rb
|
1088
|
-
- spec/helpers/test_results_rendering_spec.rb
|
1089
|
+
- spec/javascripts/timer-spec.js
|