Changeset [9a2e5839fce879937445846cb37f9fe02ed9b7b8] by Shawn Balestracci

February 7th, 2012 @ 11:14 AM

get rake to run with rcov, remove some deprecations, mark some views, helpers, and flash messages html safe, update paperclip, add <%= for fields_for, fix cells
https://github.com/vegantech/sims/commit/9a2e5839fce879937445846cb3...

Committed by Shawn Balestracci

  • A lib/tasks/verify_rcov.rb
  • R app/helpers/.consultation_form_builder.rb.swp
  • R spec/helpers/.consultation_form_builder_spec.rb.swp
  • R spec/spec.opts
  • R vendor/plugins/paperclip/.gitignore
  • R vendor/plugins/paperclip/LICENSE
  • R vendor/plugins/paperclip/README.rdoc
  • R vendor/plugins/paperclip/Rakefile
  • R vendor/plugins/paperclip/generators/paperclip/USAGE
  • R vendor/plugins/paperclip/generators/paperclip/paperclip_generator.rb
  • R vendor/plugins/paperclip/generators/paperclip/templates/paperclip_migration.rb.erb
  • R vendor/plugins/paperclip/init.rb
  • R vendor/plugins/paperclip/lib/paperclip.rb
  • R vendor/plugins/paperclip/lib/paperclip/attachment.rb
  • R vendor/plugins/paperclip/lib/paperclip/callback_compatability.rb
  • R vendor/plugins/paperclip/lib/paperclip/geometry.rb
  • R vendor/plugins/paperclip/lib/paperclip/iostream.rb
  • R vendor/plugins/paperclip/lib/paperclip/processor.rb
  • R vendor/plugins/paperclip/lib/paperclip/storage.rb
  • R vendor/plugins/paperclip/lib/paperclip/thumbnail.rb
  • R vendor/plugins/paperclip/lib/paperclip/upfile.rb
  • R vendor/plugins/paperclip/lib/tasks/paperclip_tasks.rake
  • R vendor/plugins/paperclip/paperclip.gemspec
  • R vendor/plugins/paperclip/shoulda_macros/paperclip.rb
  • R vendor/plugins/paperclip/test/.gitignore
  • R vendor/plugins/paperclip/test/attachment_test.rb
  • R vendor/plugins/paperclip/test/database.yml
  • R vendor/plugins/paperclip/test/fixtures/12k.png
  • R vendor/plugins/paperclip/test/fixtures/50x50.png
  • R vendor/plugins/paperclip/test/fixtures/5k.png
  • R vendor/plugins/paperclip/test/fixtures/bad.png
  • R vendor/plugins/paperclip/test/fixtures/text.txt
  • R vendor/plugins/paperclip/test/fixtures/twopage.pdf
  • R vendor/plugins/paperclip/test/geometry_test.rb
  • R vendor/plugins/paperclip/test/helper.rb
  • R vendor/plugins/paperclip/test/integration_test.rb
  • R vendor/plugins/paperclip/test/iostream_test.rb
  • R vendor/plugins/paperclip/test/paperclip_test.rb
  • R vendor/plugins/paperclip/test/processor_test.rb
  • R vendor/plugins/paperclip/test/storage_test.rb
  • R vendor/plugins/paperclip/test/thumbnail_test.rb
  • R vendor/plugins_broken_in_rails_3/cells/CHANGES
  • R vendor/plugins_broken_in_rails_3/cells/README
  • R vendor/plugins_broken_in_rails_3/cells/README.rdoc
  • R vendor/plugins_broken_in_rails_3/cells/Rakefile
  • R vendor/plugins_broken_in_rails_3/cells/VERSION
  • R vendor/plugins_broken_in_rails_3/cells/about.yml
  • R vendor/plugins_broken_in_rails_3/cells/generators/cell/USAGE
  • R vendor/plugins_broken_in_rails_3/cells/generators/cell/cell_generator.rb
  • R vendor/plugins_broken_in_rails_3/cells/generators/cell/templates/cell.rb
  • R vendor/plugins_broken_in_rails_3/cells/generators/cell/templates/view.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/init.rb
  • R vendor/plugins_broken_in_rails_3/cells/lib/cell/base.rb
  • R vendor/plugins_broken_in_rails_3/cells/lib/cell/caching.rb
  • R vendor/plugins_broken_in_rails_3/cells/lib/cell/view.rb
  • R vendor/plugins_broken_in_rails_3/cells/lib/rails_extensions.rb
  • R vendor/plugins_broken_in_rails_3/cells/test/caching_test.rb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/cells_test_one/renamed_instance_view.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/cells_test_one/super_state.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/cells_test_one_cell.rb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/cells_test_two_cell.rb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/helper_using/state_using_application_helper.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/helper_using/state_with_automatic_helper_invocation.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/helper_using/state_with_helper_invocation.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/helper_using/state_with_helper_method_invocation.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_child/hello.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_mother/bye.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_mother/hello.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/_broken_partial.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/_partial.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/state_with_link_to.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/state_with_not_included_helper_method.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_containing_broken_partial.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_containing_nonexistant_partial.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_containing_partial.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_containing_partial_without_cell_name.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_in_local_test_views_dir.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_with_explicit_english_translation.en.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_with_explicit_english_translation.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_with_instance_var.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/really_module/nested/happy_state.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/really_module/nested_cell.rb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/simple/two_templates_state.html.mytpl
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/simple_cell.rb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/test_cell.rb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells/two_helpers_including/state_using_another_helper.html.erb
  • R vendor/plugins_broken_in_rails_3/cells/test/cells_test.rb
  • R vendor/plugins_broken_in_rails_3/cells/test/helper_test.rb
  • R vendor/plugins_broken_in_rails_3/cells/test/helpers/helper_using_cell_helper.rb
  • R vendor/plugins_broken_in_rails_3/cells/test/testing_helper.rb
  • R vendor/plugins_broken_in_rails_3/railmail/.gitignore
  • R vendor/plugins_broken_in_rails_3/railmail/MIT-LICENSE
  • R vendor/plugins_broken_in_rails_3/railmail/README
  • R vendor/plugins_broken_in_rails_3/railmail/Rakefile
  • R vendor/plugins_broken_in_rails_3/railmail/app/controllers/railmail_controller.rb
  • R vendor/plugins_broken_in_rails_3/railmail/app/helpers/railmail_helper.rb
  • R vendor/plugins_broken_in_rails_3/railmail/app/models/railmail_delivery.rb
  • R vendor/plugins_broken_in_rails_3/railmail/app/views/layouts/railmail.html.erb
  • R vendor/plugins_broken_in_rails_3/railmail/app/views/railmail/_delivery.html.erb
  • R vendor/plugins_broken_in_rails_3/railmail/app/views/railmail/_resend.html.erb
  • R vendor/plugins_broken_in_rails_3/railmail/app/views/railmail/index.html.erb
  • R vendor/plugins_broken_in_rails_3/railmail/app/views/railmail/read.js.erb
  • R vendor/plugins_broken_in_rails_3/railmail/app/views/railmail/resend.js.erb
  • R vendor/plugins_broken_in_rails_3/railmail/generators/railmail_migration/USAGE
  • R vendor/plugins_broken_in_rails_3/railmail/generators/railmail_migration/railmail_migration_generator.rb
  • R vendor/plugins_broken_in_rails_3/railmail/generators/railmail_migration/templates/migration.rb
  • R vendor/plugins_broken_in_rails_3/railmail/init.rb
  • R vendor/plugins_broken_in_rails_3/railmail/install.rb
  • R vendor/plugins_broken_in_rails_3/railmail/lib/railmail.rb
  • R vendor/plugins_broken_in_rails_3/railmail/lib/railmail/action_mailer.rb
  • R vendor/plugins_broken_in_rails_3/railmail/lib/tasks/railmail_tasks.rake
  • R vendor/plugins_broken_in_rails_3/railmail/test/railmail_test.rb
  • M .rspec
  • M Gemfile
  • M Gemfile.lock
  • M app/cells/administration/school.html.erb
  • M app/cells/administration_cell.rb
  • M app/cells/news_cell.rb
  • M app/cells/principal_overrides_cell.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/groups_controller.rb
  • M app/controllers/intervention_builder/interventions_controller.rb
  • M app/controllers/intervention_builder/probes_controller.rb
  • M app/helpers/application_helper.rb
  • M app/helpers/label_form_builder.rb
  • M app/helpers/links_and_attachments_helper.rb
  • M app/views/assets/_asset.html.erb
  • M app/views/consultation_forms/_concerns_form.html.erb
  • M app/views/district/schools/_user_school_assignment.html.erb
  • M app/views/district/students/_enrollment.html.erb
  • M app/views/district/students/_system_flag.html.erb
  • M app/views/district/users/_label_form.html.erb
  • M app/views/district/users/_role.html.erb
  • M app/views/district/users/_staff_assignments.erb
  • M app/views/district/users/_user_school_assignment.html.erb
  • M app/views/districts/edit.html.erb
  • M app/views/grouped_progress_entries/edit.html.erb
  • M app/views/intervention_builder/probes/_benchmark_fields.html.erb
  • M app/views/intervention_builder/probes/_form.html.erb
  • M app/views/intervention_builder/probes/_remove_benchmark.html.erb
  • M app/views/interventions/_custom.html.erb
  • M app/views/interventions/_form.html.erb
  • M app/views/interventions/probe_assignments/_benchmark_fields.html.erb
  • M app/views/interventions/probe_assignments/_custom_probe_definition.html.erb
  • M app/views/interventions/probe_assignments/_intervention_probe_assignment_detail.html.erb
  • M app/views/interventions/probe_assignments/_probe_assignment.html.erb
  • M app/views/interventions/probe_assignments/_remove_benchmark.html.erb
  • M app/views/interventions/probes/_new.html.erb
  • M app/views/layouts/_core_practices.html.erb
  • M app/views/layouts/_district_docs.html.erb
  • M app/views/layouts/_intervention_pdf_html_list.html.erb
  • M app/views/layouts/_menu.html.erb
  • M app/views/recommendations/_form.html.erb
  • M app/views/team_consultations/_new.html.erb
  • M features/support/step_helpers.rb
  • M lib/mailer_with_subdomains.rb
  • M lib/tasks/airbrake_tasks.rake
  • M lib/tasks/rcov.rake
  • M lib/tasks/rcov_rake_helper.rb
  • M lib/tasks/rspec.rake
  • M lib/tasks/verify_rcov.rake
  • M spec/factories.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