Changeset [bb15f142d8445d7141fbeab5ad373fd0e228bdd1] by Shawn Balestracci
February 5th, 2012 @ 01:46 PM
upgrading to rails3, in progress
https://github.com/vegantech/sims/commit/bb15f142d8445d7141fbeab5ad...
Committed by Shawn Balestracci
- A .rvmrc
- A app/helpers/cell_helper.rb
- A app/views/layouts/application.html.erb.rails2
- A config.ru
- A config/application.rb
- A config/environment.rb.rails2
- A config/environments/development.rb.rails2
- A config/environments/production.rb.rails2
- A config/environments/staging.rb.rails2
- A config/initializers/secret_token.rb
- A config/initializers/session_store.rb
- A config/initializers/subdomain_fu.rb.disabled
- A config/routes.rails3
- A config/routes.rb.rails2
- A config/routes.rb.rails3.blank
- A lib/tasks/.gitkeep
- A public/422.html.rails2
- A public/500.html.rails2
- A public/javascripts/rails.js
- A public/stylesheets/.gitkeep
- A script/rails
- A test/test_helper.rb.rails2
- A vendor/plugins/.gitkeep
- A vendor/plugins_broken_in_rails_3/cells/CHANGES
- A vendor/plugins_broken_in_rails_3/cells/README
- A vendor/plugins_broken_in_rails_3/cells/README.rdoc
- A vendor/plugins_broken_in_rails_3/cells/Rakefile
- A vendor/plugins_broken_in_rails_3/cells/VERSION
- A vendor/plugins_broken_in_rails_3/cells/about.yml
- A vendor/plugins_broken_in_rails_3/cells/generators/cell/USAGE
- A vendor/plugins_broken_in_rails_3/cells/generators/cell/cell_generator.rb
- A vendor/plugins_broken_in_rails_3/cells/generators/cell/templates/cell.rb
- A vendor/plugins_broken_in_rails_3/cells/generators/cell/templates/view.html.erb
- A vendor/plugins_broken_in_rails_3/cells/init.rb
- A vendor/plugins_broken_in_rails_3/cells/lib/cell/base.rb
- A vendor/plugins_broken_in_rails_3/cells/lib/cell/caching.rb
- A vendor/plugins_broken_in_rails_3/cells/lib/cell/view.rb
- A vendor/plugins_broken_in_rails_3/cells/lib/rails_extensions.rb
- A vendor/plugins_broken_in_rails_3/cells/test/caching_test.rb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/cells_test_one/renamed_instance_view.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/cells_test_one/super_state.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/cells_test_one_cell.rb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/cells_test_two_cell.rb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/helper_using/state_using_application_helper.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/helper_using/state_with_automatic_helper_invocation.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/helper_using/state_with_helper_invocation.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/helper_using/state_with_helper_method_invocation.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_child/hello.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_mother/bye.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_mother/hello.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/_broken_partial.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/_partial.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/state_with_link_to.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/state_with_not_included_helper_method.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_containing_broken_partial.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_containing_nonexistant_partial.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_containing_partial.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_containing_partial_without_cell_name.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_in_local_test_views_dir.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_with_explicit_english_translation.en.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_with_explicit_english_translation.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/my_test/view_with_instance_var.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/really_module/nested/happy_state.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/really_module/nested_cell.rb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/simple/two_templates_state.html.mytpl
- A vendor/plugins_broken_in_rails_3/cells/test/cells/simple_cell.rb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/test_cell.rb
- A vendor/plugins_broken_in_rails_3/cells/test/cells/two_helpers_including/state_using_another_helper.html.erb
- A vendor/plugins_broken_in_rails_3/cells/test/cells_test.rb
- A vendor/plugins_broken_in_rails_3/cells/test/helper_test.rb
- A vendor/plugins_broken_in_rails_3/cells/test/helpers/helper_using_cell_helper.rb
- A vendor/plugins_broken_in_rails_3/cells/test/testing_helper.rb
- A vendor/plugins_broken_in_rails_3/subdomain-fu/CHANGELOG
- A vendor/plugins_broken_in_rails_3/subdomain-fu/MIT-LICENSE
- A vendor/plugins_broken_in_rails_3/subdomain-fu/README.rdoc
- A vendor/plugins_broken_in_rails_3/subdomain-fu/Rakefile
- A vendor/plugins_broken_in_rails_3/subdomain-fu/VERSION.yml
- A vendor/plugins_broken_in_rails_3/subdomain-fu/init.rb
- A vendor/plugins_broken_in_rails_3/subdomain-fu/install.sh
- A vendor/plugins_broken_in_rails_3/subdomain-fu/lib/subdomain-fu.rb
- A vendor/plugins_broken_in_rails_3/subdomain-fu/lib/subdomain_fu/routing_extensions.rb
- A vendor/plugins_broken_in_rails_3/subdomain-fu/lib/subdomain_fu/url_rewriter.rb
- A vendor/plugins_broken_in_rails_3/subdomain-fu/rails/init.rb
- A vendor/plugins_broken_in_rails_3/subdomain-fu/spec/spec.opts
- A vendor/plugins_broken_in_rails_3/subdomain-fu/spec/spec_helper.rb
- A vendor/plugins_broken_in_rails_3/subdomain-fu/spec/subdomain_fu_spec.rb
- A vendor/plugins_broken_in_rails_3/subdomain-fu/spec/url_rewriter_spec.rb
- A vendor/plugins_broken_in_rails_3/subdomain-fu/subdomain-fu.gemspec
- R config/initializers/new_rails_defaults.rb
- R config/initializers/subdomain_fu.rb
- R config/preinitializer.rb
- R public/index.html.old
- R script/about
- R script/console
- R script/dbconsole
- R script/destroy
- R script/generate
- R script/plugin
- R script/runner
- R script/server
- R vendor/plugins/cells/CHANGES
- R vendor/plugins/cells/README
- R vendor/plugins/cells/README.rdoc
- R vendor/plugins/cells/Rakefile
- R vendor/plugins/cells/VERSION
- R vendor/plugins/cells/about.yml
- R vendor/plugins/cells/generators/cell/USAGE
- R vendor/plugins/cells/generators/cell/cell_generator.rb
- R vendor/plugins/cells/generators/cell/templates/cell.rb
- R vendor/plugins/cells/generators/cell/templates/view.html.erb
- R vendor/plugins/cells/init.rb
- R vendor/plugins/cells/lib/cell/base.rb
- R vendor/plugins/cells/lib/cell/caching.rb
- R vendor/plugins/cells/lib/cell/view.rb
- R vendor/plugins/cells/lib/rails_extensions.rb
- R vendor/plugins/cells/test/caching_test.rb
- R vendor/plugins/cells/test/cells/cells_test_one/renamed_instance_view.html.erb
- R vendor/plugins/cells/test/cells/cells_test_one/super_state.html.erb
- R vendor/plugins/cells/test/cells/cells_test_one_cell.rb
- R vendor/plugins/cells/test/cells/cells_test_two_cell.rb
- R vendor/plugins/cells/test/cells/helper_using/state_using_application_helper.html.erb
- R vendor/plugins/cells/test/cells/helper_using/state_with_automatic_helper_invocation.html.erb
- R vendor/plugins/cells/test/cells/helper_using/state_with_helper_invocation.html.erb
- R vendor/plugins/cells/test/cells/helper_using/state_with_helper_method_invocation.html.erb
- R vendor/plugins/cells/test/cells/my_child/hello.html.erb
- R vendor/plugins/cells/test/cells/my_mother/bye.html.erb
- R vendor/plugins/cells/test/cells/my_mother/hello.html.erb
- R vendor/plugins/cells/test/cells/my_test/_broken_partial.html.erb
- R vendor/plugins/cells/test/cells/my_test/_partial.html.erb
- R vendor/plugins/cells/test/cells/my_test/state_with_link_to.html.erb
- R vendor/plugins/cells/test/cells/my_test/state_with_not_included_helper_method.html.erb
- R vendor/plugins/cells/test/cells/my_test/view_containing_broken_partial.html.erb
- R vendor/plugins/cells/test/cells/my_test/view_containing_nonexistant_partial.html.erb
- R vendor/plugins/cells/test/cells/my_test/view_containing_partial.html.erb
- R vendor/plugins/cells/test/cells/my_test/view_containing_partial_without_cell_name.html.erb
- R vendor/plugins/cells/test/cells/my_test/view_in_local_test_views_dir.html.erb
- R vendor/plugins/cells/test/cells/my_test/view_with_explicit_english_translation.en.html.erb
- R vendor/plugins/cells/test/cells/my_test/view_with_explicit_english_translation.html.erb
- R vendor/plugins/cells/test/cells/my_test/view_with_instance_var.html.erb
- R vendor/plugins/cells/test/cells/really_module/nested/happy_state.html.erb
- R vendor/plugins/cells/test/cells/really_module/nested_cell.rb
- R vendor/plugins/cells/test/cells/simple/two_templates_state.html.mytpl
- R vendor/plugins/cells/test/cells/simple_cell.rb
- R vendor/plugins/cells/test/cells/test_cell.rb
- R vendor/plugins/cells/test/cells/two_helpers_including/state_using_another_helper.html.erb
- R vendor/plugins/cells/test/cells_test.rb
- R vendor/plugins/cells/test/helper_test.rb
- R vendor/plugins/cells/test/helpers/helper_using_cell_helper.rb
- R vendor/plugins/cells/test/testing_helper.rb
- R vendor/plugins/subdomain-fu/CHANGELOG
- R vendor/plugins/subdomain-fu/MIT-LICENSE
- R vendor/plugins/subdomain-fu/README.rdoc
- R vendor/plugins/subdomain-fu/Rakefile
- R vendor/plugins/subdomain-fu/VERSION.yml
- R vendor/plugins/subdomain-fu/init.rb
- R vendor/plugins/subdomain-fu/install.sh
- R vendor/plugins/subdomain-fu/lib/subdomain-fu.rb
- R vendor/plugins/subdomain-fu/lib/subdomain_fu/routing_extensions.rb
- R vendor/plugins/subdomain-fu/lib/subdomain_fu/url_rewriter.rb
- R vendor/plugins/subdomain-fu/rails/init.rb
- R vendor/plugins/subdomain-fu/spec/spec.opts
- R vendor/plugins/subdomain-fu/spec/spec_helper.rb
- R vendor/plugins/subdomain-fu/spec/subdomain_fu_spec.rb
- R vendor/plugins/subdomain-fu/spec/url_rewriter_spec.rb
- R vendor/plugins/subdomain-fu/subdomain-fu.gemspec
- M .gitignore
- M Gemfile
- M Gemfile.lock
- M Rakefile
- M app/models/school.rb
- M app/models/special_user_group.rb
- M config/boot.rb
- M config/database.yml.sqlite3
- M config/initializers/backtrace_silencers.rb
- M config/initializers/inflections.rb
- M config/initializers/time_date.rb
- M db/seeds.rb
- M public/404.html
- M public/422.html
- M public/500.html
- M public/javascripts/controls.js
- M public/javascripts/dragdrop.js
- M public/javascripts/effects.js
- M public/javascripts/prototype.js
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