Changeset [5bc63cbd90f3c067a0f92d73bd084abf7e4a0581] by Hart Simha
April 25th, 2014 @ 07:20 AM
auto-corrected some cops, saving changes while I investigate
rspec tests
https://github.com/vegantech/sims/commit/5bc63cbd90f3c067a0f92d73bd...
Committed by Hart Simha
- M app/cells/administration_cell.rb
- M app/cells/news_cell.rb
- M app/cells/principal_overrides/principal_responses.html.erb
- M app/cells/principal_overrides_cell.rb
- M app/controllers/application_controller.rb
- M app/controllers/checklist_builder/answers_controller.rb
- M app/controllers/checklist_builder/base.rb
- M app/controllers/checklist_builder/checklists_controller.rb
- M app/controllers/checklist_builder/elements_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/district/flag_categories_controller.rb
- M app/controllers/district/schools_controller.rb
- M app/controllers/district/students_controller.rb
- M app/controllers/district/users_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/students_controller.rb
- M app/controllers/groups/users_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/interventions_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/participants_controller.rb
- M app/controllers/interventions/probe_assignments_controller.rb
- M app/controllers/interventions/probes_controller.rb
- M app/controllers/interventions/quicklists_controller.rb
- M app/controllers/interventions_controller.rb
- M app/controllers/main_controller.rb
- M app/controllers/news_items_controller.rb
- M app/controllers/personal_groups_controller.rb
- M app/controllers/principal_overrides_controller.rb
- M app/controllers/quicklist_items_controller.rb
- M app/controllers/recommendations_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/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/team_consultations_controller.rb
- M app/controllers/tiers_controller.rb
- M app/controllers/unattached_interventions_controller.rb
- M app/controllers/users/omniauth_callbacks_controller.rb
- M app/controllers/users/passwords_controller.rb
- M app/controllers/users/sessions_controller.rb
- M app/helpers/application_helper.rb
- M app/helpers/builder_helper.rb
- M app/helpers/checklists_helper.rb
- M app/helpers/consultation_form_requests_helper.rb
- M app/helpers/flags_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/helpers/login_helper.rb
- M app/helpers/move_up_down_buttons_helper.rb
- M app/helpers/probes_helper.rb
- M app/helpers/students_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.rb
- M app/models/answer_definition.rb
- M app/models/asset.rb
- M app/models/checklist.rb
- M app/models/checklist_definition.rb
- M app/models/checklist_scorer.rb
- M app/models/concerns/duration.rb
- M app/models/concerns/full_name.rb
- M app/models/concerns/pageable.rb
- M app/models/concerns/stats_in_use.rb
- M app/models/consultation_form.rb
- M app/models/consultation_form_concern.rb
- M app/models/consultation_form_request.rb
- M app/models/custom_flag.rb
- M app/models/custom_intervention.rb
- M app/models/devise/legacy_password.rb
- M app/models/district.rb
- M app/models/district/scoped_associations.rb
- M app/models/district/settings.rb
- M app/models/district_log.rb
- M app/models/element_definition.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/flag_description.rb
- M app/models/goal_definition.rb
- M app/models/group.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_comment.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/probe_graph/html.rb
- M app/models/probe_graph/line.rb
- M app/models/probe_graph/linexy.rb
- M app/models/question_definition.rb
- M app/models/quicklist_item.rb
- M app/models/recommendation.rb
- M app/models/recommendation_answer.rb
- M app/models/recommendation_answer_definition.rb
- M app/models/recommendation_definition.rb
- M app/models/recommended_monitor.rb
- M app/models/right.rb
- M app/models/role.rb
- M app/models/school.rb
- M app/models/special_user_group.rb
- M app/models/stats/intervention.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/tier.rb
- M app/models/user.rb
- M app/models/user_group_assignment.rb
- M app/models/user_school_assignment.rb
- M app/reports/statewide_intervention_definition_summary_report.rb
- M app/reports/statewide_progress_monitor_summary_report.rb
- M app/reports/student_flag_report.rb
- M app/reports/team_notes_report.rb
- M app/reports/user_interventions_report.rb
- M config/application.rb
- M config/deploy.rb
- M config/deploy/other.rb
- M config/deploy/production.rb
- M config/deploy/prohibition.rb
- M config/deploy/staging.rb
- M config/deploy/veg_open.rb
- M config/deploy/wip.rb
- M config/environments/cucumber.rb
- M config/environments/test.rb
- M config/initializers/devise.rb
- M config/initializers/gchart.rb
- M config/initializers/host_info.rb
- M config/initializers/mail.rb
- M config/initializers/paperclip.rb
- M config/initializers/pdfkit.rb
- M config/initializers/secret_token.rb
- M config/initializers/time_date.rb
- M config/routes.rb
- M db/migrate/20081002174224_create_enrollments.rb
- M db/migrate/20081009223038_create_checklists.rb
- M db/migrate/20081016021828_create_intervention_definitions.rb
- M db/migrate/20081016052131_create_probe_definitions.rb
- M db/migrate/20081018223332_create_interventions.rb
- M db/migrate/20081024061734_create_special_user_groups.rb
- M db/migrate/20081029193601_create_intervention_probe_assignments.rb
- M db/migrate/20081030030800_create_groups_students.rb
- M db/migrate/20081030035908_create_user_group_assignments.rb
- M db/migrate/20081102140734_add_checklist_fields_to_recommendation.rb
- M db/migrate/20081106035506_create_probe_answer.rb
- M db/migrate/20081106215957_add_railmail_table.rb
- M db/migrate/20081110181227_create_intervention_participants.rb
- M db/migrate/20081111051647_create_principal_overrides.rb
- M db/migrate/20081111204313_add_roles_users_join_table.rb
- M db/migrate/20081205205925_add_admin_boolean_to_country_state_district.rb
- M db/migrate/20081219194856_create_user_school_assignments.rb
- M db/migrate/20090115231256_add_indices_for_foreign_keys.rb
- M db/migrate/20090116000502_add_indices_for_sti_and_polymorphic_columns.rb
- M db/migrate/20090117231249_create_assets.rb
- M db/migrate/20090118224504_add_threshold_to_flag_categories.rb
- M db/migrate/20090524185349_create_school_teams.rb
- M db/migrate/20090524185436_create_school_teams_users.rb
- M db/migrate/20090603021222_add_district_key_next_key_and_user_salt.rb
- M db/migrate/20090619001027_add_district_group_id.rb
- M db/migrate/20090623234234_add_index_to_students.rb
- M db/migrate/20090701193849_create_school_team_memberships.rb
- M db/migrate/20090701211359_add_complete_and_change_recipient_to_team.rb
- M db/migrate/20090710012535_add_id_district_key_to_users.rb
- M db/migrate/20090726014949_create_principal_override_reasons.rb
- M db/migrate/20090809213025_add_lock_tier_to_districts.rb
- M db/migrate/20091027163035_add_foreign_key_indices_to_ext_tables.rb
- M db/migrate/20091110154916_add_more_foreign_key_indices.rb
- M db/migrate/20100128175508_create_district_logs.rb
- M db/migrate/20100224233945_add_roles_mask_to_users.rb
- M db/migrate/20100225000140_convert_roles_to_roles_mask.rb
- M db/migrate/20100226021506_remove_rights_table.rb
- M db/migrate/20100227032415_remove_roles_table.rb
- M db/migrate/20100309003823_add_custom_field_to_probe_definitions.rb
- M db/migrate/20100409171131_add_draft_to_team_consultation.rb
- M db/migrate/20100501180133_remove_countries_and_states.rb
- M db/migrate/20100829232429_add_restrict_free_lunch_to_districts.rb
- M db/migrate/20101224164653_no_nil_for_roles_mask.rb
- M db/migrate/20110109022903_add_null_id_state_match_index_to_students.rb
- M db/migrate/20110128233142_create_personal_groups.rb
- M db/migrate/20110128233208_create_habtm_students_personal_groups.rb
- M db/migrate/20110211170843_add_other_advance_tier_to_migrations.rb
- M db/migrate/20110303213209_adjust_varchar_sizes.rb
- M db/migrate/20110324231240_add_tier_exemptto_content_hierarchy.rb
- M db/migrate/20110327175111_add_user_id_to_district_logs.rb
- M db/migrate/20120119203820_add_indexes_to_personal_groups.rb
- M db/migrate/20120119221044_add_index_for_district_abbrev.rb
- M db/migrate/20120510140653_add_forgot_password_to_districts.rb
- M db/migrate/20120524222856_add_all_studentsand_all_schools_to_users.rb
- M db/migrate/20120524223251_move_all_schools_and_all_students_to_users.rb
- M db/migrate/20120529145327_add_devise_to_users.rb
- M db/migrate/20120529233808_add_status_to_district_logs.rb
- M db/migrate/20120626021737_switch_district_fields_to_settings.rb
- M db/migrate/20120909153928_add_default_value_to_encrypted_password.rb
- M db/migrate/20120920161336_remove_null_from_definitions.rb
- M db/migrate/20121019184206_add_index_to_district.rb
- M db/migrate/20121023015949_custom_intervention_should_not_be_null.rb
- M db/migrate/20130126060537_remove_probe_questions.rb
- M db/schema.rb
- M doc/stats.rb
- M features/step_definitions/alternate_entry_steps.rb
- M features/step_definitions/checklist_steps.rb
- M features/step_definitions/concerns_steps.rb
- M features/step_definitions/custom_intervention_settings.rb
- M features/step_definitions/custom_probe.rb
- M features/step_definitions/district_builder_steps.rb
- M features/step_definitions/email_steps.rb
- M features/step_definitions/file_import.rb
- M features/step_definitions/intervention_builder_steps.rb
- M features/step_definitions/intervention_comment_steps.rb
- M features/step_definitions/interventions_steps.rb
- M features/step_definitions/javascript_steps.rb
- M features/step_definitions/login_steps.rb
- M features/step_definitions/principal_override_steps.rb
- M features/step_definitions/recommendation_steps.rb
- M features/step_definitions/scripted.rb
- M features/step_definitions/search_steps.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/step_helpers.rb
- M lib/admin_emails.rb
- M lib/automated_intervention.rb
- M lib/best_standards_support.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/regular_users.rb
- M lib/csv_importer/school_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/erb_cov.rb
- M lib/fckeditor_spell_check.rb
- M lib/import_csv.rb
- M lib/link_and_attachment_assets.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