Changeset [368d55128c450787e550af36ef0e9450c96015ce] by Hart Simha

July 21st, 2014 @ 11:43 PM

rubocop --only LeadingCommentSpace -a autocorrections

328 corrections in 169 files
https://github.com/vegantech/sims/commit/368d55128c450787e550af36ef...

Committed by Hart Simha

  • M app/cells/principal_overrides_cell.rb
  • M app/controllers/application_controller.rb
  • M app/controllers/checklists_controller.rb
  • M app/controllers/custom_flags_controller.rb
  • M app/controllers/district/users_controller.rb
  • M app/controllers/groups/users_controller.rb
  • M app/controllers/groups_controller.rb
  • M app/controllers/ignore_flags_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/participants_controller.rb
  • M app/controllers/interventions/probe_assignments_controller.rb
  • M app/controllers/interventions/probes_controller.rb
  • M app/controllers/interventions_controller.rb
  • M app/controllers/principal_overrides_controller.rb
  • M app/controllers/reports_controller.rb
  • M app/controllers/schools_controller.rb
  • M app/controllers/scripted_controller.rb
  • M app/controllers/special_user_groups_controller.rb
  • M app/controllers/stats_controller.rb
  • M app/controllers/students_controller.rb
  • M app/controllers/team_consultations_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/application_helper.rb
  • M app/helpers/breadcrumbs_helper.rb
  • M app/helpers/checklists_helper.rb
  • M app/helpers/label_form_builder.rb
  • M app/jobs/district_upload_job.rb
  • M app/manifests/application_manifest.rb
  • M app/models/asset.rb
  • M app/models/checklist.rb
  • M app/models/checklist_scorer.rb
  • M app/models/concerns/duration.rb
  • M app/models/concerns/full_name.rb
  • M app/models/concerns/lighter_touch.rb
  • M app/models/concerns/stats_in_use.rb
  • M app/models/district.rb
  • M app/models/district/settings.rb
  • M app/models/flag_category.rb
  • M app/models/group.rb
  • M app/models/grouped_progress_entry.rb
  • M app/models/intervention.rb
  • M app/models/intervention_cluster.rb
  • M app/models/intervention_definition.rb
  • M app/models/intervention_probe_assignment.rb
  • M app/models/personal_group.rb
  • M app/models/principal_override.rb
  • M app/models/principal_override_reason.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/probe_graph/line.rb
  • M app/models/probe_graph/linexy.rb
  • M app/models/recommendation.rb
  • M app/models/school.rb
  • M app/models/school_team.rb
  • M app/models/special_user_group.rb
  • M app/models/stats/student.rb
  • M app/models/student.rb
  • M app/models/student_comment.rb
  • M app/models/student_search.rb
  • M app/models/tier.rb
  • M app/models/user.rb
  • M app/reports/student_flag_report.rb
  • M config/deploy.rb
  • M config/deploy/prohibition.rb
  • M config/deploy/staging.rb
  • M config/deploy/veg_open.rb
  • M config/environments/development.rb
  • M config/environments/development_with_cache.rb
  • M config/environments/production.rb
  • M config/environments/staging.rb
  • M config/environments/veg_open.rb
  • M config/environments/wip.rb
  • M config/initializers/airbrake.rb
  • M config/initializers/fix_validations.rb
  • M config/initializers/host_info.rb
  • M config/initializers/mysql_set_setup.rb
  • M config/initializers/no_deprecations.rb
  • M config/initializers/session_store.rb
  • M config/routes.rb
  • M db/migrate/20120529145327_add_devise_to_users.rb
  • M doc/stats.rb
  • M features/step_definitions/checklist_steps.rb
  • M features/step_definitions/concerns_steps.rb
  • M features/step_definitions/custom_email_steps.rb
  • M features/step_definitions/custom_intervention_settings.rb
  • M features/step_definitions/district_builder_steps.rb
  • M features/step_definitions/javascript_steps.rb
  • M features/step_definitions/sims_steps.rb
  • M features/step_definitions/system_steps.rb
  • M features/support/checklist_support.rb
  • M features/support/step_helpers.rb
  • M lib/automated_intervention.rb
  • M lib/create_training_district.rb
  • M lib/csv_importer/base.rb
  • M lib/csv_importer/enrollments.rb
  • M lib/csv_importer/student_groups.rb
  • M lib/csv_importer/students.rb
  • M lib/csv_importer/user_groups.rb
  • M lib/daily_jobs.rb
  • M lib/district_export.rb
  • M lib/factory.rb
  • M lib/import_csv.rb
  • M lib/merge_duplicate_students.rb
  • M lib/mysql_set.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/flag_descriptions_controller_spec.rb
  • M spec/controllers/help_controller_spec.rb
  • M spec/controllers/intervention_builder/recommended_monitors_controller_spec.rb
  • M spec/controllers/interventions/quicklists_controller_spec.rb
  • M spec/controllers/interventions_controller_spec.rb
  • M spec/controllers/principal_overrides_controller_spec.rb
  • M spec/controllers/recommendations_controller_spec.rb
  • M spec/controllers/reports_controller_spec.rb
  • M spec/controllers/scripted_controller_spec.rb
  • M spec/controllers/spell_check_controller_spec.rb
  • M spec/controllers/stats_controller_spec.rb
  • M spec/controllers/student_comments_controller_spec.rb
  • M spec/controllers/student_searches_controller_spec.rb
  • M spec/controllers/students_controller_spec.rb
  • M spec/factories.rb
  • M spec/factories/checklists.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/grouped_progress_entries_helper_spec.rb
  • M spec/helpers/interventions_helper_spec.rb
  • M spec/helpers/move_up_down_buttons_helper_spec.rb
  • M spec/helpers/personal_groups_helper_spec.rb
  • M spec/helpers/probes_helper_spec.rb
  • M spec/helpers/school_teams_helper_spec.rb
  • M spec/helpers/students_helper_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/base_system_flags_spec.rb
  • M spec/lib/csv_importer/enrollments_spec.rb
  • M spec/lib/csv_importer/ext_test_scores_spec.rb
  • M spec/lib/csv_importer/import_base.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/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/use_old_fixtures_key_spec.rb
  • M spec/mailers/notifications_spec.rb
  • M spec/models/checklist_spec.rb
  • M spec/models/district_spec.rb
  • M spec/models/intervention_definition_spec.rb
  • M spec/models/intervention_spec.rb
  • M spec/models/objective_definition_spec.rb
  • M spec/models/recommendation_spec.rb
  • M spec/models/school_team_spec.rb
  • M spec/models/student_spec.rb
  • M spec/models/team_consultation_spec.rb
  • M spec/models/user_spec.rb
  • M spec/reports/user_interventions_report_spec.rb
  • M spec/spec_helper.rb
New-ticket Create new ticket

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

Shared Ticket Bins