Changeset [54c54cebad3705be2a4a7f16c53961890ea3afeb] by Hart Simha
July 21st, 2014 @ 10:38 PM
rubocop --only EmptyLines -a
autocorrections
675 corrections in 250 files
https://github.com/vegantech/sims/commit/54c54cebad3705be2a4a7f16c5...
Committed by Hart Simha
- M app/cells/principal_overrides_cell.rb
- M app/controllers/application_controller.rb
- M app/controllers/checklist_builder/checklists_controller.rb
- M app/controllers/checklist_builder/questions_controller.rb
- M app/controllers/checklists_controller.rb
- M app/controllers/consultation_form_requests_controller.rb
- M app/controllers/consultation_forms_controller.rb
- M app/controllers/custom_flags_controller.rb
- M app/controllers/custom_interventions_controller.rb
- M app/controllers/districts_controller.rb
- M app/controllers/doc_controller.rb
- M app/controllers/grouped_progress_entries_controller.rb
- M app/controllers/groups_controller.rb
- M app/controllers/intervention_builder/goals_controller.rb
- M app/controllers/intervention_builder/interventions_controller.rb
- M app/controllers/intervention_builder/objectives_controller.rb
- M app/controllers/intervention_builder/probes_controller.rb
- M app/controllers/interventions/comments_controller.rb
- M app/controllers/interventions/probe_assignments_controller.rb
- M app/controllers/interventions/probes_controller.rb
- M app/controllers/main_controller.rb
- M app/controllers/principal_overrides_controller.rb
- M app/controllers/recommendations_controller.rb
- M app/controllers/scripted_controller.rb
- M app/controllers/spell_check_controller.rb
- M app/controllers/stats_controller.rb
- M app/controllers/student_comments_controller.rb
- M app/controllers/student_searches_controller.rb
- M app/controllers/students_controller.rb
- M app/controllers/unattached_interventions_controller.rb
- M app/helpers/application_helper.rb
- M app/helpers/checklists_helper.rb
- M app/helpers/flags_helper.rb
- M app/helpers/interventions_helper.rb
- M app/helpers/label_form_builder.rb
- M app/jobs/district_upload_job.rb
- M app/mailers/notifications.rb
- M app/mailers/team_referrals.rb
- M app/manifests/application_manifest.rb
- M app/models/checklist.rb
- M app/models/consultation_form.rb
- M app/models/consultation_form_request.rb
- M app/models/devise/legacy_password.rb
- M app/models/district.rb
- M app/models/district/settings.rb
- M app/models/district_log.rb
- M app/models/element_definition.rb
- M app/models/flag.rb
- M app/models/flag_category.rb
- M app/models/goal_definition.rb
- M app/models/grouped_progress_entry.rb
- M app/models/grouped_progress_entry/aggregate_chart.rb
- M app/models/grouped_progress_entry/score_comment.rb
- M app/models/ignore_flag.rb
- M app/models/intervention.rb
- M app/models/intervention_cluster.rb
- M app/models/intervention_definition.rb
- M app/models/intervention_participant.rb
- M app/models/intervention_probe_assignment.rb
- M app/models/news_item.rb
- M app/models/objective_definition.rb
- M app/models/personal_group.rb
- M app/models/principal_override.rb
- M app/models/probe.rb
- M app/models/probe_definition.rb
- M app/models/probe_definition_benchmark.rb
- M app/models/probe_graph/bar.rb
- M app/models/probe_graph/base.rb
- M app/models/recommendation.rb
- M app/models/recommendation_answer_definition.rb
- M app/models/recommendation_observer.rb
- M app/models/role.rb
- M app/models/school_team.rb
- M app/models/special_user_group.rb
- M app/models/stats/student.rb
- M app/models/stats/user.rb
- M app/models/student.rb
- M app/models/student_comment.rb
- M app/models/student_search.rb
- M app/models/system.rb
- M app/models/system_flag.rb
- M app/models/team_consultation.rb
- M app/models/user.rb
- M app/models/user_group_assignment.rb
- M config/application.rb
- M config/deploy.rb
- M config/deploy/other.rb
- M config/deploy/prohibition.rb
- M config/environments/development.rb
- M config/environments/staging.rb
- M config/environments/test.rb
- M config/environments/veg_open.rb
- M config/environments/wip.rb
- M config/initializers/gchart.rb
- M config/initializers/secret_token.rb
- M config/routes.rb
- M db/migrate/20080731010959_create_districts.rb
- M db/migrate/20081016021828_create_intervention_definitions.rb
- M db/migrate/20081106035506_create_probe_answer.rb
- M db/migrate/20100227032415_remove_roles_table.rb
- M db/migrate/20100501180133_remove_countries_and_states.rb
- M db/migrate/20120529145327_add_devise_to_users.rb
- M db/migrate/20120626021737_switch_district_fields_to_settings.rb
- M doc/stats.rb
- M features/step_definitions/checklist_steps.rb
- M features/step_definitions/custom_intervention_settings.rb
- M features/step_definitions/district_builder_steps.rb
- M features/step_definitions/district_settings_steps.rb
- M features/step_definitions/file_import.rb
- M features/step_definitions/interventions_steps.rb
- M features/step_definitions/login_steps.rb
- M features/step_definitions/scripted.rb
- M features/step_definitions/sims_steps.rb
- M features/step_definitions/student_comment_steps.rb
- M features/step_definitions/web_steps.rb
- M features/support/checklist_support.rb
- M features/support/env.rb
- M features/support/paths.rb
- M features/support/selectors.rb
- M lib/automated_intervention.rb
- M lib/create_training_district.rb
- M lib/csv_importer/admins_of_schools.rb
- M lib/csv_importer/all_schools.rb
- M lib/csv_importer/all_students_in_districts.rb
- M lib/csv_importer/all_students_in_schools.rb
- M lib/csv_importer/base.rb
- M lib/csv_importer/base_roles.rb
- M lib/csv_importer/base_system_flags.rb
- M lib/csv_importer/content_admins.rb
- M lib/csv_importer/district_admins.rb
- M lib/csv_importer/enrollments.rb
- M lib/csv_importer/examples.rb
- M lib/csv_importer/ext_adult_contacts.rb
- M lib/csv_importer/ext_arbitraries.rb
- M lib/csv_importer/ext_siblings.rb
- M lib/csv_importer/ext_summaries.rb
- M lib/csv_importer/ext_test_scores.rb
- M lib/csv_importer/groups.rb
- M lib/csv_importer/news_admins.rb
- M lib/csv_importer/schools.rb
- M lib/csv_importer/staff_assignments.rb
- M lib/csv_importer/student_groups.rb
- M lib/csv_importer/students.rb
- M lib/csv_importer/system_flags.rb
- M lib/csv_importer/user_groups.rb
- M lib/csv_importer/user_school_assignments.rb
- M lib/csv_importer/users.rb
- M lib/district_export.rb
- M lib/import_csv.rb
- M lib/link_and_attachment_assets.rb
- M lib/mailer_with_subdomains.rb
- M lib/referral_report.rb
- M lib/usage_by_district.rb
- M lib/verify_student_in_district_externally.rb
- M spec/controllers/application_controller_spec.rb
- M spec/controllers/checklist_builder/checklists_controller_spec.rb
- M spec/controllers/checklist_builder/elements_controller_spec.rb
- M spec/controllers/checklist_builder/questions_controller_spec.rb
- M spec/controllers/consultation_form_requests_controller_spec.rb
- M spec/controllers/district/flag_categories_controller_spec.rb
- M spec/controllers/district/schools_controller_spec.rb
- M spec/controllers/district/students_controller_spec.rb
- M spec/controllers/district/users_controller_spec.rb
- M spec/controllers/districts_controller_spec.rb
- M spec/controllers/doc_controller_spec.rb
- M spec/controllers/file_controller_spec.rb
- M spec/controllers/flag_descriptions_controller_spec.rb
- M spec/controllers/grouped_progress_entries_controller_spec.rb
- M spec/controllers/groups_controller_spec.rb
- M spec/controllers/intervention_builder/categories_controller_spec.rb
- M spec/controllers/intervention_builder/goals_controller_spec.rb
- M spec/controllers/intervention_builder/interventions_controller_spec.rb
- M spec/controllers/intervention_builder/objectives_controller_spec.rb
- M spec/controllers/intervention_builder/probes_controller_spec.rb
- M spec/controllers/intervention_builder/recommended_monitors_controller_spec.rb
- M spec/controllers/interventions/comments_controller_spec.rb
- M spec/controllers/interventions/participants_controller_spec.rb
- M spec/controllers/interventions/probe_assignments_controller_spec.rb
- M spec/controllers/interventions/probes_controller_spec.rb
- M spec/controllers/interventions/quicklists_controller_spec.rb
- M spec/controllers/interventions_controller_spec.rb
- M spec/controllers/news_items_controller_spec.rb
- M spec/controllers/personal_groups_controller_spec.rb
- M spec/controllers/principal_overrides_controller_spec.rb
- M spec/controllers/quicklist_items_controller_spec.rb
- M spec/controllers/recommendations_controller_spec.rb
- M spec/controllers/reports_controller_spec.rb
- M spec/controllers/school_teams_controller_spec.rb
- M spec/controllers/schools_controller_spec.rb
- M spec/controllers/spell_check_controller_spec.rb
- M spec/controllers/student_searches_controller_spec.rb
- M spec/controllers/students_controller_spec.rb
- M spec/controllers/team_consultations_controller_spec.rb
- M spec/controllers/tiers_controller_spec.rb
- M spec/controllers/unattached_interventions_controller_spec.rb
- M spec/factories/ext_test_score.rb
- M spec/helpers/application_helper_spec.rb
- M spec/helpers/breadcrumbs_helper_spec.rb
- M spec/helpers/checklists_helper_spec.rb
- M spec/helpers/consultation_form_builder_spec.rb
- M spec/helpers/interventions_helper_spec.rb
- M spec/helpers/links_and_attachments_spec.rb
- M spec/helpers/login_helper_spec.rb
- M spec/helpers/move_up_down_buttons_helper_spec.rb
- M spec/helpers/students_helper_spec.rb
- M spec/lib/automated_intervention_spec.rb
- M spec/lib/csv_importer/admins_of_schools_spec.rb
- M spec/lib/csv_importer/all_schools_spec.rb
- M spec/lib/csv_importer/all_students_in_districts_spec.rb
- M spec/lib/csv_importer/all_students_in_schools_spec.rb
- M spec/lib/csv_importer/base_spec.rb
- M spec/lib/csv_importer/base_system_flags_spec.rb
- M spec/lib/csv_importer/enrollments_spec.rb
- M spec/lib/csv_importer/groups_spec.rb
- M spec/lib/csv_importer/roles_base.rb
- M spec/lib/csv_importer/staff_assignments_spec.rb
- M spec/lib/csv_importer/student_groups_spec.rb
- M spec/lib/csv_importer/students_spec.rb
- M spec/lib/csv_importer/system_flags_spec.rb
- M spec/lib/csv_importer/user_groups_spec.rb
- M spec/lib/csv_importer/user_school_assignments_spec.rb
- M spec/lib/import_csv_spec.rb
- M spec/lib/populate_intervention_dropdowns_spec.rb
- M spec/lib/use_old_fixtures_key_spec.rb
- M spec/mailers/notifications_spec.rb
- M spec/mailers/team_referrals_spec.rb
- M spec/models/answer_definition_spec.rb
- M spec/models/checklist_spec.rb
- M spec/models/devise/legacy_password_spec.rb
- M spec/models/district_log_spec.rb
- M spec/models/district_spec.rb
- M spec/models/ext_test_score_spec.rb
- M spec/models/grouped_progress_entry_spec.rb
- M spec/models/intervention_comment_spec.rb
- M spec/models/intervention_definition_spec.rb
- M spec/models/intervention_spec.rb
- M spec/models/principal_override_reason_spec.rb
- M spec/models/probe_definition_benchmark_spec.rb
- M spec/models/probe_graph_spec.rb
- M spec/models/probe_spec.rb
- M spec/models/question_definition_spec.rb
- M spec/models/recommendation_spec.rb
- M spec/models/school_spec.rb
- M spec/models/school_team_spec.rb
- M spec/models/student_search_spec.rb
- M spec/models/student_spec.rb
- M spec/models/user_spec.rb
- M spec/reports/student_flag_report_spec.rb
- M spec/spec_helper.rb
- M spec/support/shared_contexts.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Student Intervention Monitoring System