Changeset [315b9a6815fd11b7779725863b05df248df3f398] by Hart Simha
July 21st, 2014 @ 10:40 PM
rubocop --only EmptyLinesAroundBody
autocorrections
246 corrections in 145 files
https://github.com/vegantech/sims/commit/315b9a6815fd11b7779725863b...
Committed by Hart Simha
- M app/cells/administration_cell.rb
- M app/cells/news_cell.rb
- 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/elements_controller.rb
- M app/controllers/consultation_forms_controller.rb
- M app/controllers/custom_flags_controller.rb
- M app/controllers/district/students_controller.rb
- M app/controllers/districts_controller.rb
- M app/controllers/doc_controller.rb
- M app/controllers/file_controller.rb
- M app/controllers/flag_descriptions_controller.rb
- M app/controllers/grouped_progress_entries_controller.rb
- M app/controllers/groups/assignments_controller.rb
- M app/controllers/groups_controller.rb
- M app/controllers/help_controller.rb
- M app/controllers/ignore_flags_controller.rb
- M app/controllers/intervention_builder/base_controller.rb
- M app/controllers/intervention_builder/categories_controller.rb
- M app/controllers/intervention_builder/goals_controller.rb
- M app/controllers/intervention_builder/objectives_controller.rb
- M app/controllers/intervention_builder/probes_controller.rb
- M app/controllers/intervention_builder/recommended_monitors_controller.rb
- M app/controllers/interventions/comments_controller.rb
- M app/controllers/interventions/probe_assignments_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/stats_controller.rb
- M app/controllers/student_searches_controller.rb
- M app/controllers/students_controller.rb
- M app/controllers/tiers_controller.rb
- M app/controllers/unattached_interventions_controller.rb
- M app/controllers/users/sessions_controller.rb
- M app/helpers/builder_helper.rb
- M app/helpers/checklists_helper.rb
- M app/helpers/consultation_form_builder.rb
- M app/helpers/dpi_or_mmsd_helper.rb
- M app/helpers/interventions_helper.rb
- M app/helpers/label_form_builder.rb
- M app/helpers/links_and_attachments_helper.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/answer_definition.rb
- M app/models/checklist.rb
- M app/models/checklist_definition.rb
- M app/models/checklist_scorer.rb
- M app/models/concerns/stats_in_use.rb
- M app/models/consultation_form.rb
- M app/models/consultation_form_request.rb
- M app/models/district.rb
- M app/models/district/scoped_associations.rb
- M app/models/district/settings.rb
- M app/models/enrollment.rb
- M app/models/ext_test_score.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/ignore_flag.rb
- M app/models/intervention.rb
- M app/models/intervention_cluster.rb
- M app/models/intervention_comment.rb
- M app/models/intervention_participant.rb
- M app/models/intervention_probe_assignment.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/line.rb
- M app/models/probe_graph/linexy.rb
- M app/models/recommendation_observer.rb
- M app/models/right.rb
- M app/models/role.rb
- M app/models/school_team.rb
- M app/models/stats/district.rb
- M app/models/stats/user.rb
- M app/models/student.rb
- M app/models/student_comment.rb
- M app/models/system.rb
- M app/models/tier.rb
- M app/models/user.rb
- M app/models/user_school_assignment.rb
- M app/reports/student_flag_report.rb
- M app/sweepers/intervention_builder_sweeper.rb
- M config/initializers/gchart.rb
- M db/migrate/20081106035506_create_probe_answer.rb
- M db/migrate/20090325214721_add_deleted_at_columns.rb
- M db/migrate/20090428193630_change_date_timesto_dates.rb
- M db/migrate/20090622204931_remove_paperclip_from_student.rb
- M db/migrate/20091114233840_change_id_district.rb
- M db/migrate/20100225000140_convert_roles_to_roles_mask.rb
- M db/migrate/20100227032415_remove_roles_table.rb
- M db/migrate/20100501180133_remove_countries_and_states.rb
- M db/migrate/20101027014806_remove_copied_from_and_copied_at.rb
- M db/migrate/20101027022939_remove_deleted_at.rb
- M db/migrate/20120529145327_add_devise_to_users.rb
- M db/migrate/20120626021737_switch_district_fields_to_settings.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_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/regular_users.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/daily_jobs.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/merge_duplicate_students.rb
- M lib/mysql_set.rb
- M lib/prime_cache.rb
- M lib/referral_report.rb
- M lib/usage_by_district.rb
- M lib/verify_student_in_district_externally.rb
- M spec/lib/csv_importer/ext_test_scores_spec.rb
- M spec/lib/populate_intervention_dropdowns_spec.rb
- M spec/models/checklist_spec.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