Changeset [7119f06b0a0034263a74130e99d15e6b1d562efe] by Stephen Anderson

October 23rd, 2008 @ 12:15 PM

Merge branch 'master' of git@github.com:vegantech/sims http://github.com/vegantech/sims...

Committed by Stephen Anderson

  • M Capfile
  • M README
  • M app/controllers/application.rb
  • M app/controllers/checklist_builder/questions_controller.rb
  • M app/controllers/intervention_builder/interventions_controller.rb
  • M app/controllers/intervention_builder/probes_controller.rb
  • M app/controllers/intervention_builder/recommended_monitors_controller.rb
  • M app/controllers/interventions/categories_controller.rb
  • M app/controllers/interventions/definitions_controller.rb
  • M app/controllers/interventions/goals_controller.rb
  • M app/controllers/interventions/objectives_controller.rb
  • M app/controllers/interventions_controller.rb
  • M app/controllers/students_controller.rb
  • M app/controllers/tiers_controller.rb
  • M app/helpers/countries_helper.rb
  • M app/helpers/districts_helper.rb
  • M app/helpers/enrollments_helper.rb
  • M app/helpers/frequencies_helper.rb
  • M app/helpers/ignore_flags_helper.rb
  • M app/helpers/login_helper.rb
  • M app/helpers/main_helper.rb
  • M app/helpers/schools_helper.rb
  • M app/helpers/states_helper.rb
  • M app/helpers/student_comments_helper.rb
  • M app/helpers/users_helper.rb
  • M app/models/district.rb
  • M app/models/frequency.rb
  • M app/models/intervention.rb
  • M app/models/intervention_definition.rb
  • M app/models/probe_definition.rb
  • M app/models/recommended_monitor.rb
  • M app/models/student.rb
  • M app/models/tier.rb
  • M app/models/time_length.rb
  • M app/views/intervention_builder/interventions/_form.html.erb
  • M app/views/intervention_builder/interventions/_intervention_definition.html.erb
  • M app/views/intervention_builder/interventions/show.html.erb
  • M app/views/intervention_builder/probes/_probe_definition.html.erb
  • M app/views/intervention_builder/recommended_monitors/_recommended_monitor.html.erb
  • M app/views/intervention_builder/recommended_monitors/assign_interventions_to_probe.html.erb
  • M app/views/intervention_builder/recommended_monitors/assign_probes_to_intervention.html.erb
  • M app/views/intervention_builder/recommended_monitors/move.rjs
  • M app/views/interventions/_form.html.erb
  • M app/views/interventions/_intervention.html.erb
  • M app/views/interventions/categories/_select.html.erb
  • M app/views/interventions/categories/index.html.erb
  • M app/views/interventions/categories/select.js.rjs
  • M app/views/interventions/definitions/_select.html.erb
  • M app/views/interventions/definitions/index.html.erb
  • M app/views/interventions/definitions/select.js.rjs
  • M app/views/interventions/edit.html.erb
  • M app/views/interventions/goals/_select.html.erb
  • M app/views/interventions/goals/index.html.erb
  • M app/views/interventions/goals/select.js.rjs
  • M app/views/interventions/index.html.erb
  • M app/views/interventions/new.html.erb
  • M app/views/interventions/objectives/_select.html.erb
  • M app/views/interventions/objectives/index.html.erb
  • M app/views/interventions/objectives/select.js.rjs
  • M app/views/interventions/show.html.erb
  • M app/views/layouts/_menu.html.erb
  • M app/views/layouts/application.html.erb
  • M app/views/layouts/students.html.erb
  • M app/views/main/index.html.erb
  • M app/views/students/_checklists.html.erb
  • M app/views/students/_flags.html.erb
  • M app/views/students/_intervention.html.erb
  • M app/views/students/_interventions.html.erb
  • M app/views/students/_scaffolded_index.html.erb
  • M app/views/students/_scaffolded_show.html.erb
  • M app/views/students/_student.html.erb
  • M app/views/students/_team_notes.html.erb
  • M app/views/students/edit.html.erb
  • M app/views/students/show.html.erb
  • M app/views/tiers/edit.html.erb
  • M app/views/tiers/index.html.erb
  • M app/views/tiers/new.html.erb
  • M app/views/tiers/show.html.erb
  • M config/deploy.rb
  • M config/environment.rb
  • M config/environments/test.rb
  • M config/initializers/hoptoad.rb
  • M config/routes.rb
  • M db/migrate/20081017032021_create_recommended_monitors.rb
  • M db/migrate/20081018223332_create_interventions.rb
  • M db/migrate/20081021223133_add_birth_date_to_students.rb
  • M db/migrate/20081022000218_create_tiers.rb
  • M db/schema.rb
  • M deployment
  • M lib/active_record/connection_adapters/sqlserver_adapter.rb
  • M lib/active_record/connection_adapters/sqlserver_adapter_old_with_patches.rb
  • M lib/populate_intervention_dropdowns.rb
  • M lib/tasks/cucumber.rake
  • M lib/tasks/rcov.rake
  • M lib/tasks/rcov_rake_helper.rb
  • M lib/tasks/verify_rcov.rake
  • M lib/tasks/verify_rcov.rb
  • M public/stylesheets/default.css
  • M spec/controllers/checklists_routing_spec.rb
  • M spec/controllers/interventions_routing_spec.rb
  • M spec/controllers/tiers_controller_spec.rb
  • M spec/controllers/tiers_routing_spec.rb
  • M spec/helpers/checklists_helper_spec.rb
  • M spec/helpers/ignore_flags_helper_spec.rb
  • M spec/helpers/intervention_builder/goals_helper_spec.rb
  • M spec/helpers/student_comments_helper_spec.rb
  • M spec/lib/intervention_dropdowns_spec.rb
  • M spec/models/goal_definition_spec.rb
  • M spec/models/intervention_cluster_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/recommended_monitor_spec.rb
  • M spec/models/tier_spec.rb
  • M spec/models/time_length_spec.rb
  • M spec/views/tiers/edit.html.erb_spec.rb
  • M spec/views/tiers/index.html.erb_spec.rb
  • M spec/views/tiers/new.html.erb_spec.rb
  • M spec/views/tiers/show.html.erb_spec.rb
  • M test/coverage/.gitignore
  • M test/fixtures/checklist_definitions.yml
  • M test/fixtures/element_definitions.yml
  • M test/fixtures/enrollments.yml
  • M test/fixtures/frequencies.yml
  • M test/fixtures/goal_definitions.yml
  • M test/fixtures/intervention_clusters.yml
  • M test/fixtures/intervention_definitions.yml
  • M test/fixtures/interventions.yml
  • M test/fixtures/objective_definitions.yml
  • M test/fixtures/question_definitions.yml
  • M test/fixtures/students.yml
  • M test/fixtures/tiers.yml
  • M test/fixtures/time_lengths.yml
  • M test/functional/require_all_controllers_test.rb
  • M test/functional/students_controller_test.rb
  • M test/integration/require_everything_test.rb
  • M test/integration/sims_demo_walkthrough_test.rb
  • M test/unit/require_all_models_helpers_and_libs_test.rb
  • M vendor/plugins/hoptoad_notifier/.gitignore
  • M vendor/plugins/hoptoad_notifier/INSTALL
  • M vendor/plugins/hoptoad_notifier/README
  • M vendor/plugins/hoptoad_notifier/Rakefile
  • M vendor/plugins/hoptoad_notifier/install.rb
  • M vendor/plugins/hoptoad_notifier/lib/hoptoad_notifier.rb
  • M vendor/plugins/hoptoad_notifier/tasks/hoptoad_notifier_tasks.rake
  • M vendor/plugins/hoptoad_notifier/test/hoptoad_notifier_test.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