# Logfile created on Sat Mar 21 09:10:25 -0700 2009 SQL (1.1ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.9ms) SELECT version FROM schema_migrations SQL (0.3ms) select sqlite_version(*) SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (10.0ms) CREATE TABLE "entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(64) NOT NULL, "data" blob, "created_at" datetime, "updated_at" datetime, "tie_break" integer, "user_id" integer DEFAULT 1 NOT NULL, "pool_id" integer, "completed" boolean DEFAULT 'f' NOT NULL)  SQL (6.8ms) CREATE INDEX "index_entries_on_pool_id" ON "entries" ("pool_id") SQL (7.9ms) CREATE INDEX "index_entries_on_user_id" ON "entries" ("user_id") SQL (0.3ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.1ms) CREATE TABLE "pools" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "data" blob, "started" boolean DEFAULT 'f' NOT NULL, "starts_at" datetime, "created_at" datetime, "updated_at" datetime, "user_id" integer, "active" boolean DEFAULT 'f' NOT NULL)  SQL (0.3ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.7ms) CREATE TABLE "regions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pool_id" integer, "name" varchar(255), "position" integer, "created_at" datetime, "updated_at" datetime)  SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.8ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(32), "created_at" datetime, "updated_at" datetime, "position" integer DEFAULT 0 NOT NULL)  SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.9ms) CREATE TABLE "roles_users" ("role_id" integer, "user_id" integer)  SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.2ms) CREATE TABLE "seedings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pool_id" integer, "team_id" integer, "region" varchar(255), "seed" integer, "created_at" datetime, "updated_at" datetime)  SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.1ms) CREATE TABLE "teams" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "short_name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (8.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(40), "name" varchar(100) DEFAULT '', "email" varchar(100), "crypted_password" varchar(40), "salt" varchar(40), "created_at" datetime, "updated_at" datetime, "remember_token" varchar(40), "remember_token_expires_at" datetime, "activation_code" varchar(40), "activated_at" datetime)  SQL (7.7ms) CREATE UNIQUE INDEX "index_users_on_login" ON "users" ("login") SQL (0.6ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (7.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  SQL (7.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") SQL (0.6ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) SELECT version FROM "schema_migrations" SQL (5.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090316023841') SQL (7.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225084414') SQL (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225030346') SQL (8.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301090511') SQL (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090226021913') SQL (7.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090217014940') SQL (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20090218024657') SQL (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090216015836') SQL (7.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301025902') SQL (4.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20090217001611') SQL (7.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090217004039') SQL (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20090226142240') SQL (4.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225072358') SQL (7.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225022928') SQL (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225074149') SQL (3.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20090218024350') SQL (4.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301041526') SQL (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301014710') SQL (3.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225072849') SQL (10.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20090218025240') SQL (1.1ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.8ms) SELECT version FROM schema_migrations SQL (0.2ms) select sqlite_version(*) SQL (0.3ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (9.5ms) CREATE TABLE "entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(64) NOT NULL, "data" blob, "created_at" datetime, "updated_at" datetime, "tie_break" integer, "user_id" integer DEFAULT 1 NOT NULL, "pool_id" integer, "completed" boolean DEFAULT 'f' NOT NULL)  SQL (6.7ms) CREATE INDEX "index_entries_on_pool_id" ON "entries" ("pool_id") SQL (8.1ms) CREATE INDEX "index_entries_on_user_id" ON "entries" ("user_id") SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (5.9ms) CREATE TABLE "pools" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "data" blob, "started" boolean DEFAULT 'f' NOT NULL, "starts_at" datetime, "created_at" datetime, "updated_at" datetime, "user_id" integer, "active" boolean DEFAULT 'f' NOT NULL)  SQL (0.3ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.4ms) CREATE TABLE "regions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pool_id" integer, "name" varchar(255), "position" integer, "created_at" datetime, "updated_at" datetime)  SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.6ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(32), "created_at" datetime, "updated_at" datetime, "position" integer DEFAULT 0 NOT NULL)  SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.8ms) CREATE TABLE "roles_users" ("role_id" integer, "user_id" integer)  SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.5ms) CREATE TABLE "seedings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pool_id" integer, "team_id" integer, "region" varchar(255), "seed" integer, "created_at" datetime, "updated_at" datetime)  SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.2ms) CREATE TABLE "teams" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "short_name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(40), "name" varchar(100) DEFAULT '', "email" varchar(100), "crypted_password" varchar(40), "salt" varchar(40), "created_at" datetime, "updated_at" datetime, "remember_token" varchar(40), "remember_token_expires_at" datetime, "activation_code" varchar(40), "activated_at" datetime)  SQL (6.5ms) CREATE UNIQUE INDEX "index_users_on_login" ON "users" ("login") SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (7.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  SQL (7.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") SQL (0.6ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) SELECT version FROM "schema_migrations" SQL (5.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20090316023841') SQL (4.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225084414') SQL (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225030346') SQL (8.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301090511') SQL (6.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20090226021913') SQL (7.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20090217014940') SQL (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20090218024657') SQL (7.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090216015836') SQL (8.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301025902') SQL (6.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090217001611') SQL (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20090217004039') SQL (3.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20090226142240') SQL (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225072358') SQL (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225022928') SQL (4.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225074149') SQL (8.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20090218024350') SQL (12.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301041526') SQL (7.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301014710') SQL (4.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225072849') SQL (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20090218025240') SQL (3.3ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (1.0ms) SELECT version FROM schema_migrations SQL (17.9ms) select sqlite_version(*) SQL (0.3ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (13.2ms) CREATE TABLE "entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(64) NOT NULL, "data" blob, "created_at" datetime, "updated_at" datetime, "tie_break" integer, "user_id" integer DEFAULT 1 NOT NULL, "pool_id" integer, "completed" boolean DEFAULT 'f' NOT NULL)  SQL (7.2ms) CREATE INDEX "index_entries_on_pool_id" ON "entries" ("pool_id") SQL (10.8ms) CREATE INDEX "index_entries_on_user_id" ON "entries" ("user_id") SQL (5.8ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (7.6ms) CREATE TABLE "pools" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "data" blob, "started" boolean DEFAULT 'f' NOT NULL, "starts_at" datetime, "created_at" datetime, "updated_at" datetime, "user_id" integer, "active" boolean DEFAULT 'f' NOT NULL)  SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (10.7ms) CREATE TABLE "regions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pool_id" integer, "name" varchar(255), "position" integer, "created_at" datetime, "updated_at" datetime)  SQL (1.1ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.5ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(32), "created_at" datetime, "updated_at" datetime, "position" integer DEFAULT 0 NOT NULL)  SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (8.3ms) CREATE TABLE "roles_users" ("role_id" integer, "user_id" integer)  SQL (0.6ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (7.8ms) CREATE TABLE "seedings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pool_id" integer, "team_id" integer, "region" varchar(255), "seed" integer, "created_at" datetime, "updated_at" datetime)  SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (10.8ms) CREATE TABLE "teams" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "short_name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (3.1ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (22.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(40), "name" varchar(100) DEFAULT '', "email" varchar(100), "crypted_password" varchar(40), "salt" varchar(40), "created_at" datetime, "updated_at" datetime, "remember_token" varchar(40), "remember_token_expires_at" datetime, "activation_code" varchar(40), "activated_at" datetime)  SQL (9.3ms) CREATE UNIQUE INDEX "index_users_on_login" ON "users" ("login") SQL (1.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (7.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  SQL (10.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") SQL (0.6ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) SELECT version FROM "schema_migrations" SQL (8.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20090316023841') SQL (6.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225084414') SQL (7.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225030346') SQL (3.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301090511') SQL (11.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090226021913') SQL (7.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20090217014940') SQL (11.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20090218024657') SQL (8.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20090216015836') SQL (8.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301025902') SQL (6.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20090217001611') SQL (7.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20090217004039') SQL (8.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20090226142240') SQL (7.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225072358') SQL (7.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225022928') SQL (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225074149') SQL (7.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20090218024350') SQL (7.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301041526') SQL (8.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301014710') SQL (7.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225072849') SQL (3.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20090218025240') SQL (1.1ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.9ms) SELECT version FROM schema_migrations SQL (0.2ms) select sqlite_version(*) SQL (0.2ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.3ms) CREATE TABLE "entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(64) NOT NULL, "data" blob, "created_at" datetime, "updated_at" datetime, "tie_break" integer, "user_id" integer DEFAULT 1 NOT NULL, "pool_id" integer, "completed" boolean DEFAULT 'f' NOT NULL)  SQL (7.2ms) CREATE INDEX "index_entries_on_pool_id" ON "entries" ("pool_id") SQL (8.0ms) CREATE INDEX "index_entries_on_user_id" ON "entries" ("user_id") SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.1ms) CREATE TABLE "pools" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "data" blob, "started" boolean DEFAULT 'f' NOT NULL, "starts_at" datetime, "created_at" datetime, "updated_at" datetime, "user_id" integer, "active" boolean DEFAULT 'f' NOT NULL)  SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.5ms) CREATE TABLE "regions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pool_id" integer, "name" varchar(255), "position" integer, "created_at" datetime, "updated_at" datetime)  SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.5ms) CREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(32), "created_at" datetime, "updated_at" datetime, "position" integer DEFAULT 0 NOT NULL)  SQL (0.4ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (7.3ms) CREATE TABLE "roles_users" ("role_id" integer, "user_id" integer)  SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.1ms) CREATE TABLE "seedings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pool_id" integer, "team_id" integer, "region" varchar(255), "seed" integer, "created_at" datetime, "updated_at" datetime)  SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.1ms) CREATE TABLE "teams" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "short_name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.6ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (6.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(40), "name" varchar(100) DEFAULT '', "email" varchar(100), "crypted_password" varchar(40), "salt" varchar(40), "created_at" datetime, "updated_at" datetime, "remember_token" varchar(40), "remember_token_expires_at" datetime, "activation_code" varchar(40), "activated_at" datetime)  SQL (7.0ms) CREATE UNIQUE INDEX "index_users_on_login" ON "users" ("login") SQL (0.6ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (7.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  SQL (7.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") SQL (0.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  SQL (0.1ms) SELECT version FROM "schema_migrations" SQL (5.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20090316023841') SQL (7.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225084414') SQL (8.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225030346') SQL (3.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301090511') SQL (4.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20090226021913') SQL (7.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20090217014940') SQL (4.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20090218024657') SQL (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090216015836') SQL (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301025902') SQL (4.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20090217001611') SQL (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20090217004039') SQL (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090226142240') SQL (7.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225072358') SQL (7.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225022928') SQL (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225074149') SQL (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20090218024350') SQL (3.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301041526') SQL (3.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20090301014710') SQL (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090225072849') SQL (8.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20090218025240') Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Pool Load (1.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 21:44:59) [GET] Parameters: {"id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Role Load (1.3ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.4ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (121.4ms) Completed in 289ms (View: 168, DB: 1) | 200 OK [http://localhost/reports/1] Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 21:45:02) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (2.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Rendered reports/_possibility (1.4ms) Rendered reports/_report (6.7ms) Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (106.1ms) Completed in 665ms (View: 158, DB: 2) | 200 OK [http://localhost/reports/1/possibility] Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 21:46:18) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Rendered reports/_possibility (2.2ms) Rendered reports/_report (12.9ms) Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.4ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (433.7ms) Completed in 680ms (View: 523, DB: 1) | 200 OK [http://localhost/reports/1/possibility] Processing ApplicationController#show (for 127.0.0.1 at 2009-03-22 21:56:52) [GET] Parameters: {"id"=>"gen_possibility"} SyntaxError (/home/doug/projects/pool/tournament/webgui/app/controllers/reports_controller.rb:41: syntax error, unexpected kEND, expecting $end): /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:382:in `load_without_new_constant_marking' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:382:in `load_file' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:381:in `load_file' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:256:in `require_or_load' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:427:in `load_missing_constant' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:77:in `const_missing' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:89:in `const_missing' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/inflector.rb:352:in `constantize' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/inflector.rb:351:in `each' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/inflector.rb:351:in `constantize' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/string/inflections.rb:162:in `constantize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/routing/route_set.rb:388:in `recognize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:182:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' ./script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (164.8ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (8.5ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 21:57:20) [GET] Parameters: {"id"=>"gen_possibility"} Pool Load (0.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 0)  ActiveRecord::RecordNotFound (Couldn't find Pool with ID=gen_possibility): /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/base.rb:1528:in `find_one' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/base.rb:1511:in `find_from_ids' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/base.rb:590:in `find' /app/controllers/reports_controller.rb:5:in `show' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1253:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1253:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' ./script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (476.4ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (2.9ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (not_found) Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 21:58:19) [GET] NoMethodError (You have a nil object when you didn't expect it! The error occurred while evaluating nil.pool): /app/controllers/reports_controller.rb:22:in `gen_possibility' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1253:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1253:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' ./script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (104.9ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (10.1ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 21:58:52) [GET] Parameters: {"id"=>"1"} Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 122ms (View: 0, DB: 1) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 21:59:02) [GET] Parameters: {"id"=>"1"} NameError (undefined local variable or method `stats_thread' for #): /app/controllers/reports_controller.rb:35:in `gen_possibility' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/cgi_process.rb:174:in `call' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/cgi_process.rb:174:in `out' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' ./script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (66.0ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (2.6ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 21:59:36) [GET] Parameters: {"id"=>"1"} Pool Load (1.7ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 178ms (View: 1, DB: 2) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:01:38) [GET] Parameters: {"id"=>"1"} Pool Load (1.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.8ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (120.6ms) Completed in 254ms (View: 132, DB: 4) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:01:54) [GET] Parameters: {"id"=>"1"} Pool Load (1.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 499ms (View: 0, DB: 1) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:02:25) [GET] Parameters: {"id"=>"1"} Pool Load (2.8ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 160ms (View: 0, DB: 3) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:02:49) [GET] Parameters: {"id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 169ms (View: 0, DB: 1) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:04:18) [GET] Parameters: {"id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 540ms (View: 0, DB: 1) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:04:39) [GET] Parameters: {"id"=>"1"} Pool Load (35.1ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 147ms (View: 0, DB: 35) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:05:04) [GET] Parameters: {"id"=>"1"} Pool Load (2.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 190ms (View: 0, DB: 3) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 22:08:23) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (2.0ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Rendered reports/_possibility (1.4ms) Rendered reports/_report (6.3ms) Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.5ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (78.6ms) Completed in 246ms (View: 132, DB: 2) | 200 OK [http://localhost/reports/1/possibility] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:08:34) [GET] Parameters: {"id"=>"1"} Pool Load (6.6ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 562ms (View: 9, DB: 7) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:08:58) [GET] Parameters: {"id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 189ms (View: 0, DB: 1) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:09:56) [GET] Parameters: {"id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 170ms (View: 0, DB: 1) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:13:36) [GET] Parameters: {"id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 115ms (View: 0, DB: 1) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:18:30) [GET] Parameters: {"id"=>"1"} Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 186ms (View: 5, DB: 2) | 200 OK [http://localhost/reports/gen_possibility/1] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:28:38) [GET] Parameters: {"id"=>"1"} Pool Load (3.1ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 602ms (View: 0, DB: 3) | 200 OK [http://localhost/reports/gen_possibility/1] -> UNK% Complete UNKs remaining ... -> UNK% Complete UNKs remaining ... -> UNK% Complete UNKs remaining ... -> UNK% Complete UNKs remaining ... -> UNK% Complete UNKs remaining ... Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:30:57) [GET] Parameters: {"id"=>"1"} Pool Load (10.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 99ms (View: 0, DB: 11) | 200 OK [http://localhost/reports/gen_possibility/1] -> UNK% Complete UNKs remaining ... -> 5% Complete 190s remaining ... -> 10% Complete 167s remaining ... -> 16% Complete 153s remaining ... -> 22% Complete 141s remaining ... -> 27% Complete 130s remaining ... -> 33% Complete 120s remaining ... -> 39% Complete 109s remaining ... -> 44% Complete 99s remaining ... -> 50% Complete 89s remaining ... -> 55% Complete 79s remaining ... -> 61% Complete 69s remaining ... -> 67% Complete 58s remaining ... -> 72% Complete 49s remaining ... -> 77% Complete 39s remaining ... -> 83% Complete 28s remaining ... -> 89% Complete 18s remaining ... -> 94% Complete 9s remaining ... Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 22:40:09) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (3.0ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  ArgumentError (syntax error on line 7, col -1: ` name: Syracuse seed: 3 short_name: Syr : 80 &id035 !ruby/object:Tournament::Team ? name: Gonzaga seed: 4 short_name: Gon : 112 &id036 !ruby/object:Tournament::Team ? name: Purdue seed: 5 short_name: Pur : 392 &id037 !ruby/object:Tournament::Team ? name: Duke seed: 2 short_name: Duk : 8 &id038 !ruby/object:Tournament::Team ? name: Villanova seed: 3 short_name: Vil : 124 &id039 !ruby/object:Tournament::Team ? name: Xavier seed: 4 short_name: Xav : 120 &id143 !ruby/object:Tournament::Team ? name: Memphis seed: 2 short_name: Mem : 248 &id040 !ruby/object:Tournament::Team ? name: Louisville seed: 1 short_name: Lou : 32 !ruby/object:Tournament::Team ? name: Pittsburgh seed: 1 short_name: Pit : 256 &id041 !ruby/object:Tournament::Team ? name: Oklahoma seed: 2 short_name: Okl : 144 entry: !ruby/object:Tournament::Entry name: Doug Wins! picks: !ruby/object:Tournament::Bracket number_of_outcomes: rounds: 6 teams: &id001 - &id002 !ruby/object:Tournament::Team name: Louisville seed: 1 short_name: Lou - !ruby/object:Tournament::Team name: Morehead State seed: 16 short_name: MrS - !ruby/object:Tournament::Team name: Ohio State seed: 8 short_name: OSU - &id003 !ruby/object:Tournament::Team name: Siena seed: 9 short_name: Sie - !ruby/object:Tournament::Team name: Utah seed: 5 short_name: Uta - &id004 !ruby/object:Tournament::Team name: Arizona seed: 12 short_name: UA - &id005 !ruby/object:Tournament::Team name: Wake Forest seed: 4 short_name: WkF - !ruby/object:Tournament::Team name: Cleveland State seed: 13 short_name: ClS - &id006 !ruby/object:Tournament::Team name: West Virginia seed: 6 short_name: WVa - !ruby/object:Tournament::Team name: Dayton seed: 11 short_name: Day - &id007 !ruby/object:Tournament::Team name: Kansas seed: 3 short_name: Kan - !ruby/object:Tournament::Team name: North Dakota State seed: 14 short_name: NDS - !ruby/object:Tournament::Team name: Boston College seed: 7 short_name: BC - &id008 !ruby/object:Tournament::Team name: USC seed: 10 short_name: USC - &id009 !ruby/object:Tournament::Team name: Michigan St. seed: 2 short_name: MSU - !ruby/object:Tournament::Team name: Robert Morris seed: 15 short_name: RbM - &id010 !ruby/object:Tournament::Team name: Connecticut seed: 1 short_name: Con - !ruby/object:Tournament::Team name: Chattanooga seed: 16 short_name: Cht - !ruby/object:Tournament::Team name: BYU seed: 8 short_name: BYU - &id011 !ruby/object:Tournament::Team name: Texas A&M seed: 9 short_name: A&M - &id012 !ruby/object:Tournament::Team name: Purdue seed: 5 short_name: Pur - !ruby/object:Tournament::Team name: Northern Iowa seed: 12 short_name: NIo - &id013 !ruby/object:Tournament::Team name: Washington seed: 4 short_name: Was - !ruby/object:Tournament::Team name: Mississippi St. '): /usr/lib/ruby/1.8/yaml.rb:133:in `load' /usr/lib/ruby/1.8/yaml.rb:133:in `load' /usr/lib/ruby/1.8/yaml.rb:144:in `load_file' /usr/lib/ruby/1.8/yaml.rb:143:in `open' /usr/lib/ruby/1.8/yaml.rb:143:in `load_file' /app/controllers/reports_controller.rb:17:in `possibility' /app/controllers/reports_controller.rb:7:in `show' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1253:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1253:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' ./script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (123.8ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (440.4ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 22:40:34) [GET] Parameters: {"id"=>"1"} Pool Load (2.2ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 121ms (View: 0, DB: 2) | 200 OK [http://localhost/reports/gen_possibility/1] -> UNK% Complete UNKs remaining ... -> 4% Complete 203s remaining ... -> 9% Complete 184s remaining ... -> 15% Complete 164s remaining ... -> 21% Complete 150s remaining ... -> 26% Complete 137s remaining ... -> 32% Complete 125s remaining ... -> 37% Complete 114s remaining ... -> 43% Complete 103s remaining ... -> 49% Complete 92s remaining ... -> 54% Complete 82s remaining ... -> 60% Complete 71s remaining ... -> 66% Complete 60s remaining ... -> 72% Complete 50s remaining ... -> 77% Complete 40s remaining ... -> 83% Complete 29s remaining ... -> 89% Complete 19s remaining ... -> 94% Complete 9s remaining ... Pool Load (0.8ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 23:09:33) [GET] Parameters: {"id"=>"1"} Pool Load (2.8ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 219ms (View: 0, DB: 3) | 200 OK [http://localhost/reports/gen_possibility/1] -> UNK% Complete UNKs remaining ... -> UNK% Complete UNKs remaining ... -> UNK% Complete UNKs remaining ... -> UNK% Complete UNKs remaining ... -> UNK% Complete UNKs remaining ... SQL (2.5ms)  SELECT name FROM sqlite_master WHERE type = 'table' AND NOT name = 'sqlite_sequence'  Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  -> UNK% Complete UNKs remaining ... -> UNK% Complete UNKs remaining ... -> UNK% Complete UNKs remaining ... -> UNK% Complete UNKs remaining ... Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 23:16:53) [GET] Parameters: {"id"=>"1"} Pool Load (1.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 188ms (View: 0, DB: 1) | 200 OK [http://localhost/reports/gen_possibility/1] -> UNK% Complete UNKs remaining ... Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-22 23:18:45) [GET] Parameters: {"id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 133ms (View: 4, DB: 1) | 200 OK [http://localhost/reports/gen_possibility/1] -> UNK% Complete UNKs remaining ... -> 5% Complete 182s remaining ... -> 10% Complete 162s remaining ... -> 16% Complete 150s remaining ... -> 22% Complete 138s remaining ... -> 28% Complete 127s remaining ... -> 33% Complete 117s remaining ... -> 39% Complete 106s remaining ... -> 45% Complete 96s remaining ... -> 51% Complete 86s remaining ... -> 56% Complete 76s remaining ... -> 62% Complete 65s remaining ... -> 68% Complete 55s remaining ... -> 74% Complete 45s remaining ... -> 79% Complete 35s remaining ... -> 85% Complete 25s remaining ... -> 91% Complete 15s remaining ... -> 97% Complete 5s remaining ... Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Processing PoolController#index (for 127.0.0.1 at 2009-03-22 23:31:18) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (1.5ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (0.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (0.7ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (0.7ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.4ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (0.7ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (0.5ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (0.6ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.4ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (0.8ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (15.3ms) Completed in 511ms (View: 492, DB: 0) | 200 OK [http://localhost/] Processing AdminController#bracket (for 127.0.0.1 at 2009-03-22 23:31:21) [GET] Parameters: {"id"=>"1"} User Load (11.5ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.7ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (8.6ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Entry Load (1.3ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, :unk], [:unk, :unk], [:unk, :unk]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (1.0ms) UPDATE "entries" SET "updated_at" = '2009-03-23 06:31:22', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi: @name"Louisville:@short_name"Louo;;i; "Morehead State; "MrSo;;i ; "Ohio State; "OSUo;;i; " Siena; "Sieo;;i ; " Utah; "Utao;;i; " Arizona; "UAo;;i ; "Wake Forest; "WkFo;;i; "Cleveland State; "ClSo;;i ; "West Virginia; "WVao;;i; " Dayton; "Dayo;;i; " Kansas; "Kano;;i; "North Dakota State; "NDSo;;i ; "Boston College; "BCo;;i; "USC; "USCo;;i; "Michigan St.; "MSUo;;i; "Robert Morris; "RbMo;;i; "Connecticut; "Cono;;i; "Chattanooga; "Chto;;i ; "BYU; "BYUo;;i; "Texas A&M; "A&Mo;;i ; " Purdue; "Puro;;i; "Northern Iowa; "NIoo;;i ; "Washington; "Waso;;i; "Mississippi St.; "MiSo;;i ; "Marquette; "Maro;;i; "Utah State; "USto;;i; " Missouri; "Msro;;i; " Cornell; "Coro;;i ; "California; "Calo;;i; " Maryland; "Mryo;;i; " Memphis; "Memo;;i; "Cal State Northridge; "CSNo;;i; "Pittsburgh; "Pito;;i; "East Tennessee State; "ETSo;;i ; "Oklahoma State; "OkSo;;i; "Tennessee; "Teno;;i ; "Florida State; "FSUo;;i; "Wisconsin; "Wiso;;i ; " Xavier; "Xavo;;i; "Portland St.; "PSto;;i ; " UCLA; "ULAo;;i; "Virginia Commonwealth; "VACo;;i; "Villanova; "Vilo;;i; " American; "Amo;;i ; " Texas; "Texo;;i; "Minnesota; "Mino;;i; " Duke; "Duko;;i; "Binghamton; "Bino;;i; "North Carolina; "UNCo;;i; " Radford; "Rado;;i ; "LSU; "LSUo;;i; " Butler; "Buto;;i ; " Illinois; "Illo;;i; "W. Kentucky; "WKyo;;i ; " Gonzaga; "Gono;;i; " Akron; "Akro;;i ; "Arizona State; "ASUo;;i; " Temple; "Temo;;i; " Syracuse; "Syro;;i; "Stephen F. Austin; "SFAo;;i ; " Clemson; "Clmo;;i; " Michigan; "UMo;;i; " Oklahoma; "Oklo;;i; "Morgan State; "MgS[%25@@@@@ @&@,@2@8@A@D@J@S@V@_@b@h@q@w@z@~@@@@@@@@@@@[@@@ @2@8@D@V@b@h@z@@@@@@[ @@2@D:unk; ; ; ; [ ; ; ; ; [; ; [; : @roundsi : @teams@:@number_of_outcomes0' WHERE "id" = 1 Rendering template within layouts/bracket Rendering admin/bracket Role Exists (0.8ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (1.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendered shared/_bracket (380.6ms) User Load (1.3ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (12.7ms) Completed in 1091ms (View: 662, DB: 28) | 200 OK [http://localhost/admin/bracket/1] Processing AdminController#edit (for 127.0.0.1 at 2009-03-22 23:31:42) [PUT] Parameters: {"picks"=>"112111111211212112212111111121211212112212221222122212210000000", "authenticity_token"=>"8f46439700f8fae909ed2b54acdcc95ba0559030", "id"=>"1", "entry"=>{"name"=>"Tournament Bracket", "tie_break"=>""}, "pool_id"=>"1"} User Load (1.3ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (1.0ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.9ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Entry Load (1.3ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 Pool Load (11.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  PICKS: 112111111211212112212111111121211212112212221222122212210000000 Round 1 game 1 pick 1 idx 0 --> Team = Louisville Round 1 game 2 pick 1 idx 1 --> Team = Ohio State Round 1 game 3 pick 2 idx 2 --> Team = Arizona Round 1 game 4 pick 1 idx 3 --> Team = Wake Forest Round 1 game 5 pick 1 idx 4 --> Team = West Virginia Round 1 game 6 pick 1 idx 5 --> Team = Kansas Round 1 game 7 pick 1 idx 6 --> Team = Boston College Round 1 game 8 pick 1 idx 7 --> Team = Michigan St. Round 1 game 9 pick 1 idx 8 --> Team = Connecticut Round 1 game 10 pick 2 idx 9 --> Team = Texas A&M Round 1 game 11 pick 1 idx 10 --> Team = Purdue Round 1 game 12 pick 1 idx 11 --> Team = Washington Round 1 game 13 pick 2 idx 12 --> Team = Utah State Round 1 game 14 pick 1 idx 13 --> Team = Missouri Round 1 game 15 pick 2 idx 14 --> Team = Maryland Round 1 game 16 pick 1 idx 15 --> Team = Memphis Round 1 game 17 pick 1 idx 16 --> Team = Pittsburgh Round 1 game 18 pick 2 idx 17 --> Team = Tennessee Round 1 game 19 pick 2 idx 18 --> Team = Wisconsin Round 1 game 20 pick 1 idx 19 --> Team = Xavier Round 1 game 21 pick 2 idx 20 --> Team = Virginia Commonwealth Round 1 game 22 pick 1 idx 21 --> Team = Villanova Round 1 game 23 pick 1 idx 22 --> Team = Texas Round 1 game 24 pick 1 idx 23 --> Team = Duke Round 1 game 25 pick 1 idx 24 --> Team = North Carolina Round 1 game 26 pick 1 idx 25 --> Team = LSU Round 1 game 27 pick 1 idx 26 --> Team = Illinois Round 1 game 28 pick 1 idx 27 --> Team = Gonzaga Round 1 game 29 pick 2 idx 28 --> Team = Temple Round 1 game 30 pick 1 idx 29 --> Team = Syracuse Round 1 game 31 pick 2 idx 30 --> Team = Michigan Round 1 game 32 pick 1 idx 31 --> Team = Oklahoma Round 2 game 1 pick 1 idx 32 --> Team = Louisville Round 2 game 2 pick 2 idx 33 --> Team = Wake Forest Round 2 game 3 pick 1 idx 34 --> Team = West Virginia Round 2 game 4 pick 2 idx 35 --> Team = Michigan St. Round 2 game 5 pick 1 idx 36 --> Team = Connecticut Round 2 game 6 pick 1 idx 37 --> Team = Purdue Round 2 game 7 pick 2 idx 38 --> Team = Missouri Round 2 game 8 pick 2 idx 39 --> Team = Memphis Round 2 game 9 pick 1 idx 40 --> Team = Pittsburgh Round 2 game 10 pick 2 idx 41 --> Team = Xavier Round 2 game 11 pick 2 idx 42 --> Team = Villanova Round 2 game 12 pick 2 idx 43 --> Team = Duke Round 2 game 13 pick 1 idx 44 --> Team = North Carolina Round 2 game 14 pick 2 idx 45 --> Team = Gonzaga Round 2 game 15 pick 2 idx 46 --> Team = Syracuse Round 2 game 16 pick 2 idx 47 --> Team = Oklahoma Round 3 game 1 pick 1 idx 48 --> Team = Louisville Round 3 game 2 pick 2 idx 49 --> Team = Michigan St. Round 3 game 3 pick 2 idx 50 --> Team = Purdue Round 3 game 4 pick 2 idx 51 --> Team = Memphis Round 3 game 5 pick 1 idx 52 --> Team = Pittsburgh Round 3 game 6 pick 2 idx 53 --> Team = Duke Round 3 game 7 pick 2 idx 54 --> Team = Gonzaga Round 3 game 8 pick 1 idx 55 --> Team = Syracuse Round 4 game 1 pick 0 idx 56 Round 4 game 2 pick 0 idx 57 Round 4 game 3 pick 0 idx 58 Round 4 game 4 pick 0 idx 59 Round 5 game 1 pick 0 idx 60 Round 5 game 2 pick 0 idx 61 Round 6 game 1 pick 0 idx 62 SAVING ENTRY PARAMS: {"name"=>"Tournament Bracket", "tie_break"=>""} DONE SAVING ENTRY PARAMS MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (2.0ms) UPDATE "entries" SET "updated_at" = '2009-03-23 06:31:42', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi: @name"Louisville:@short_name"Louo;;i; "Morehead State; "MrSo;;i ; "Ohio State; "OSUo;;i; " Siena; "Sieo;;i ; " Utah; "Utao;;i; " Arizona; "UAo;;i ; "Wake Forest; "WkFo;;i; "Cleveland State; "ClSo;;i ; "West Virginia; "WVao;;i; " Dayton; "Dayo;;i; " Kansas; "Kano;;i; "North Dakota State; "NDSo;;i ; "Boston College; "BCo;;i; "USC; "USCo;;i; "Michigan St.; "MSUo;;i; "Robert Morris; "RbMo;;i; "Connecticut; "Cono;;i; "Chattanooga; "Chto;;i ; "BYU; "BYUo;;i; "Texas A&M; "A&Mo;;i ; " Purdue; "Puro;;i; "Northern Iowa; "NIoo;;i ; "Washington; "Waso;;i; "Mississippi St.; "MiSo;;i ; "Marquette; "Maro;;i; "Utah State; "USto;;i; " Missouri; "Msro;;i; " Cornell; "Coro;;i ; "California; "Calo;;i; " Maryland; "Mryo;;i; " Memphis; "Memo;;i; "Cal State Northridge; "CSNo;;i; "Pittsburgh; "Pito;;i; "East Tennessee State; "ETSo;;i ; "Oklahoma State; "OkSo;;i; "Tennessee; "Teno;;i ; "Florida State; "FSUo;;i; "Wisconsin; "Wiso;;i ; " Xavier; "Xavo;;i; "Portland St.; "PSto;;i ; " UCLA; "ULAo;;i; "Virginia Commonwealth; "VACo;;i; "Villanova; "Vilo;;i; " American; "Amo;;i ; " Texas; "Texo;;i; "Minnesota; "Mino;;i; " Duke; "Duko;;i; "Binghamton; "Bino;;i; "North Carolina; "UNCo;;i; " Radford; "Rado;;i ; "LSU; "LSUo;;i; " Butler; "Buto;;i ; " Illinois; "Illo;;i; "W. Kentucky; "WKyo;;i ; " Gonzaga; "Gono;;i; " Akron; "Akro;;i ; "Arizona State; "ASUo;;i; " Temple; "Temo;;i; " Syracuse; "Syro;;i; "Stephen F. Austin; "SFAo;;i ; " Clemson; "Clmo;;i; " Michigan; "UMo;;i; " Oklahoma; "Oklo;;i; "Morgan State; "MgS[%25@@@@@ @&@,@2@8@A@D@J@S@V@_@b@h@q@w@z@~@@@@@@@@@@@[@@@ @2@8@D@V@b@h@z@@@@@@[ @@2@D@b@h@@@[ :unk; ; ; [; ; [; : @roundsi :@number_of_outcomes0: @teams@' WHERE "id" = 1 Pool Exists (0.5ms) SELECT "pools".id FROM "pools" WHERE ("pools"."name" = '2009 NCAA Tournament' AND "pools".id <> 1) LIMIT 1 Before saving pool: AR Pool scoring strategy = "Tournament::ScoringStrategy::TweakedJoshPatashnik" Pool Update (1.8ms) UPDATE "pools" SET "updated_at" = '2009-03-23 06:31:43', "data" = 'o:Tournament::Pool : @regions[ {: teams[o:Tournament::Team: @seedi: @name"Louisville:@short_name"Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbM: name" Midwest{;[o;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSN; " West{;[o;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bin; " East{;[o;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS; " South:@scoring_strategyo:6Tournament::ScoringStrategy::TweakedJoshPatashnik%00:@entry_fee"5: @payouts{"1iU: lasti"2i:@tournament_entryo:Tournament::Entry: @pickso:Tournament::Bracket : @winners[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@@@@@@@@@@@"@%25@.@1@7@@@F@I@R@U@[@a@g@m@s@y@@@@[@@@@@@@%25@1@7@I@U@a@g@y@@[ @@@@1@7@a@y@[ :unk;;;[;;[;: @roundsi :@number_of_outcomes0: @teams@; "Tournament Bracket:@tie_breaker0: @entries[o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@@@@@@@@@@@@@@@@ @@@@!@''@-@3@<@?@H@N@Q@Z@][@@@@@@@@@@@!@-@3@H@Q@][ @@@@@@-@3@][ @@@@3[@@[@;i ;0;@; "Doug Wins!;i}o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@n@t@}@@@@@@@@@@@@@@@@@@@@@@@@ @@@@%25@([@n@@@@@@@@@@@@@@@%25[ @n@@@@@@@%25[ @@@@[@@[@;i ;@m;0; "M Go Blue;ixo;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@9@?@H@K@Q@W@`@c@i@o@u@~@@@@@@@@@@@@@@@@@@@@[@9@K@W@c@i@~@@@@@@@@@@[ @9@c@i@@@@@[ @9@i@@[@i@[@;i ;@8;0; "OH HELL NO!!;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@ @@@@"@+@.@4@=@@@F@O@R@[@^@d@m@p@v@|@@@@@@@@@@@[@@@"@+@4@F@R@^@d@p@@@@@@[ @@"@4@R@d@@@[ @@4@@[@@[@;i ;0;@; "Big Winner #1;i{o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@@@@@@@@@ @@@@#@)@/@8@>@A@G@P@S@Y@_@e@k@q@w@}@@[@@@@@@@@)@8@>@G@Y@_@k@w@[ @@@@)@8@G@_@[ @@)@8@_[@@_[@;i ;@;0; "Huanjin_winning_selection;iio;;o; ;[ [E@ o;; i; "Morehead State; "MrS@@@@@@@!@$@''@*@-@0@3@6@<@?@B@E@H@K@N@Q@T@W@Z@]@`@c@f@i@o@r@u@x@{@~@|@@@@@@@@@@@@@@@@@@@@@@@@@[%25@ @@@@!@''@-@3@<@E@H@N@W@Z@c@f@o@x@{@@@@@@@@@@@@@[@ @@''@3@<@N@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@f@[@;i ;0;@; "Follow the Seeds;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@@@@@@@@@@@@@@@@@@@#@)@,@2@8@A@G@M@S@V@_@b[@@@@@@@@@@@#@2@8@G@S@_[ @@@@@@2@8@_[ @@@@_[@@_[@;i ;0;@; " Anarchy!;i}o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@s@|@@@@@@@@@@@@@@@@@@@@@@@@ @@@@!@*@-[@s@@@@@@@@@@@@@@!@*[ @@@@@@@@*[ @@@@[@@[@;i ;@r;0; "home cooking;i}o;;o; ;[ @[%25@ @@@@!@*@0@3@<@B@H@N@W@Z@c@f@o@x@{@@@@@@@@@@@@@[@ @@*@3@<@N@W@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@f@o[@o;i ;@;0; "early upsets;i}o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@H@N@W@Z@`@f@o@r@x@@@@@@@@@@@@@@@@@@@@@@@[@H@Z@f@o@@@@@@@@@@@@[ @H@f@@@@@@[ @H@@@[@@[@;i ;0;@G; " Brian 1;io;;o; ;[ @[%25@ @@@@$@''@-@3@<@B@K@N@T@]@c@f@o@x@~@|@@@@@@@@@@@@[@ @@$@-@B@K@T@f@o@~@@@@@@[ @@$@B@f@o@@@[ @@B@@[@@[@;i ;0;@; " Brian 2 ;i{o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@ @&@)@2@5@>@A@J@M@V@Y@b@h@k@q@w@}@@@@@@@@@@@@@@@[@ @2@5@A@M@b@h@q@}@@@@@@@[ @ @A@b@h@@@@[ @ @b@@[@b@[@b;i ;0;@; "Random Rules;io;;o; ;[ @[%25@ @@@@!@''@-@3@<@B@H@N@T@Z@c@f@o@x@{@|@@@@@@@@@@@@[@ @@''@3@<@H@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@ @[@ ;i ;0;@; "Barack Obama;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@ @ @ @ @ @ @%25 @( @1 @7 @= @C @F @L @R @X @a @g @m @s @y @ @ @ @ @ @ @ @ @ [@@ @ @ @( @7 @C @F @R @a @s @y @ @ @ @ [ @ @ @( @C @a @s @ @ [ @ @( @a @ [@( @a [@( ;i ;@;0; "Crazy Underdogs;ito;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @& @) @/ @8 @; @A @G @M @V @Y @_ @h @k @t @w [@ @ @ @ @ @ @ @ @ @) @; @G @M @_ @k @w [ @ @ @ @ @ @G @M @k [ @ @ @G @M [@ @M [@M ;i ;@ ;0; "Obama Inspired - Go Bears!;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @%00 @ @ @ @ @ @'' @* @0 @6 @< @B [@ @ @ @ @ @ @ @ @ @ @%00 @ @ @* @6 @< [ @ @ @ @ @ @%00 @ @< [ @ @ @%00 @ [@ @ [@ ;i ;0;@ ; "There''s No Place Like Home;io;;o; ;[ @[%25@ @@@@$@''@0@3@<@E@K@Q@W@Z@`@f@o@x@~@@@@@@@@@@@@@[@ @@''@0@<@K@W@`@o@~@@@@@@[ @ @0@<@`@o@@@[ @ @<@o@[@ @o[@o;i ;@;0; "Aye! Right!;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@] @c @i @o @u @{ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ [@] @o @{ @ @ @ @ @ @ @ @ @ @ @ @ @ [ @] @ @ @ @ @ @ @ [ @] @ @ @ [@ @ [@ ;i ;0;@\ ; " stefan;io;;o; ;[ @[%25@ @@@@!@''@0@3@<@B@H@N@T@Z@`@f@o@u@{@|@@@@@@@@@@@@[@ @@''@0@<@H@Z@f@o@|@@@@@@[ @ @0@<@Z@o@@@[ @ @Z@@[@ @[@ ;i ;0;@; "TripAdvisor;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@2 @8 @> @D @J @P @Y @\ @b @k @q @t @} @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ [@2 @D @P @\ @b @t @ @ @ @ @ @ @ @ @ @ [ @D @P @b @ @ @ @ @ [ @P @b @ @ [@b @ [@ ;i ;0;@1 ; "Guns n'' Roses;io;;o; ;[ @[%25@ @@@@!@''@0@3@<@B@H@N@W@Z@`@f@o@u@{@|@@@@@@@@@@@@[@ @@''@3@<@N@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @3@f@o@[@3@o[@o;i ;0;@; "Dave Matthews > god;ir' WHERE "id" = 1 Redirected to actionbracketid1 Completed in 1380ms (DB: 20) | 302 Found [http://localhost/admin/edit/1] Processing AdminController#bracket (for 127.0.0.1 at 2009-03-22 23:31:43) [GET] Parameters: {"id"=>"1"} User Load (1.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.7ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Entry Load (1.1ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (0.9ms) UPDATE "entries" SET "updated_at" = '2009-03-23 06:31:43', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi: @name"Louisville:@short_name"Louo;;i; "Morehead State; "MrSo;;i ; "Ohio State; "OSUo;;i; " Siena; "Sieo;;i ; " Utah; "Utao;;i; " Arizona; "UAo;;i ; "Wake Forest; "WkFo;;i; "Cleveland State; "ClSo;;i ; "West Virginia; "WVao;;i; " Dayton; "Dayo;;i; " Kansas; "Kano;;i; "North Dakota State; "NDSo;;i ; "Boston College; "BCo;;i; "USC; "USCo;;i; "Michigan St.; "MSUo;;i; "Robert Morris; "RbMo;;i; "Connecticut; "Cono;;i; "Chattanooga; "Chto;;i ; "BYU; "BYUo;;i; "Texas A&M; "A&Mo;;i ; " Purdue; "Puro;;i; "Northern Iowa; "NIoo;;i ; "Washington; "Waso;;i; "Mississippi St.; "MiSo;;i ; "Marquette; "Maro;;i; "Utah State; "USto;;i; " Missouri; "Msro;;i; " Cornell; "Coro;;i ; "California; "Calo;;i; " Maryland; "Mryo;;i; " Memphis; "Memo;;i; "Cal State Northridge; "CSNo;;i; "Pittsburgh; "Pito;;i; "East Tennessee State; "ETSo;;i ; "Oklahoma State; "OkSo;;i; "Tennessee; "Teno;;i ; "Florida State; "FSUo;;i; "Wisconsin; "Wiso;;i ; " Xavier; "Xavo;;i; "Portland St.; "PSto;;i ; " UCLA; "ULAo;;i; "Virginia Commonwealth; "VACo;;i; "Villanova; "Vilo;;i; " American; "Amo;;i ; " Texas; "Texo;;i; "Minnesota; "Mino;;i; " Duke; "Duko;;i; "Binghamton; "Bino;;i; "North Carolina; "UNCo;;i; " Radford; "Rado;;i ; "LSU; "LSUo;;i; " Butler; "Buto;;i ; " Illinois; "Illo;;i; "W. Kentucky; "WKyo;;i ; " Gonzaga; "Gono;;i; " Akron; "Akro;;i ; "Arizona State; "ASUo;;i; " Temple; "Temo;;i; " Syracuse; "Syro;;i; "Stephen F. Austin; "SFAo;;i ; " Clemson; "Clmo;;i; " Michigan; "UMo;;i; " Oklahoma; "Oklo;;i; "Morgan State; "MgS[%25@@@@@ @&@,@2@8@A@D@J@S@V@_@b@h@q@w@z@~@@@@@@@@@@@[@@@ @2@8@D@V@b@h@z@@@@@@[ @@2@D@b@h@@@[ :unk; ; ; [; ; [; : @roundsi : @teams@:@number_of_outcomes0' WHERE "id" = 1 Rendering template within layouts/bracket Rendering admin/bracket Role Exists (0.8ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (1.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendered shared/_bracket (80.5ms) User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (6.3ms) Completed in 971ms (View: 676, DB: 9) | 200 OK [http://localhost/admin/bracket/1] Processing PoolController#index (for 127.0.0.1 at 2009-03-22 23:31:47) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (1.5ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (0.8ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (0.7ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (0.8ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.6ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (0.8ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (0.7ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (2.1ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.5ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (0.8ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (3.8ms) Completed in 519ms (View: 505, DB: 0) | 200 OK [http://localhost/] Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 23:31:49) [GET] Parameters: {"report"=>"leader", "id"=>"1"} Pool Load (5.0ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (18.2ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_leader (1147.1ms) Rendered reports/_report (1161.2ms) Role Load (0.7ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (305.0ms) Completed in 1554ms (View: 1496, DB: 5) | 200 OK [http://localhost/reports/1/leader] Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 23:33:40) [GET] Parameters: {"id"=>"1"} Pool Load (1.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.4ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (110.4ms) Completed in 263ms (View: 149, DB: 1) | 200 OK [http://localhost/reports/1] Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 23:33:42) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.6ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show ActionView::TemplateError (undefined method `entry' for #) on line #29 of app/views/reports/_possibility.html.erb: 26: 27: <% @stats.each do |stat| -%> 28: 29: <%=stat.entry.name%> 30: <%=stat.times_champ * 100.0/pool.tournament_entry.picks.number_of_outcomes%>% 31: <%=stat.min_rank.to_ordinal%> 32: <%=stat.entry.bracket.score_against(pool.tournament_entry.picks)%> app/views/reports/_possibility.html.erb:29 app/views/reports/_possibility.html.erb:27:in `each' app/views/reports/_possibility.html.erb:27 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/_report.html.erb:2 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/show.html.erb:16 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (74.3ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (1.7ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 23:34:32) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show ActionView::TemplateError (undefined method `entry' for #) on line #29 of app/views/reports/_possibility.html.erb: 26: 27: <% @stats.each do |stat| -%> 28: 29: <%=stat.entry.name%> 30: <%=stat.times_champ * 100.0/pool.tournament_entry.picks.number_of_outcomes%>% 31: <%=stat.min_rank.to_ordinal%> 32: <%=stat.entry.bracket.score_against(pool.tournament_entry.picks)%> app/views/reports/_possibility.html.erb:29 app/views/reports/_possibility.html.erb:27:in `each' app/views/reports/_possibility.html.erb:27 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/_report.html.erb:2 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/show.html.erb:16 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (188.2ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (3.8ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 23:34:38) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (2.2ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show ActionView::TemplateError (undefined method `entry' for #) on line #29 of app/views/reports/_possibility.html.erb: 26: 27: <% @stats.each do |stat| -%> 28: 29: <%=stat.entry.name%> 30: <%=stat.times_champ * 100.0/pool.tournament_entry.picks.number_of_outcomes%>% 31: <%=stat.min_rank.to_ordinal%> 32: <%=stat.entry.bracket.score_against(pool.tournament_entry.picks)%> app/views/reports/_possibility.html.erb:29 app/views/reports/_possibility.html.erb:27:in `each' app/views/reports/_possibility.html.erb:27 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/_report.html.erb:2 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/show.html.erb:16 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (514.6ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (3.4ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Pool Load (1.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 23:43:23) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (2.8ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show ActionView::TemplateError (undefined method `entry' for #) on line #29 of app/views/reports/_possibility.html.erb: 26: 27: <% @stats.each do |stat| -%> 28: 29: <%=stat.entry.name%> 30: <%=stat.times_champ * 100.0/pool.tournament_entry.picks.number_of_outcomes%>% 31: <%=stat.min_rank.to_ordinal%> 32: <%=stat.entry.bracket.score_against(pool.tournament_entry.picks)%> app/views/reports/_possibility.html.erb:29 app/views/reports/_possibility.html.erb:27:in `each' app/views/reports/_possibility.html.erb:27 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/_report.html.erb:2 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/show.html.erb:16 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (188.2ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (3.0ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 23:53:48) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (13.8ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show ActionView::TemplateError (undefined method `entry' for #) on line #29 of app/views/reports/_possibility.html.erb: 26: 27: <% @stats.each do |stat| -%> 28: 29: <%=stat.entry.name%> 30: <%=stat.times_champ * 100.0/pool.tournament_entry.picks.number_of_outcomes%>% 31: <%=stat.min_rank.to_ordinal%> 32: <%=stat.entry.bracket.score_against(pool.tournament_entry.picks)%> app/views/reports/_possibility.html.erb:29 app/views/reports/_possibility.html.erb:27:in `each' app/views/reports/_possibility.html.erb:27 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/_report.html.erb:2 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/show.html.erb:16 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (501.8ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (1.6ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 23:54:03) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show ActionView::TemplateError (undefined method `to_ordinal' for 1:Fixnum) on line #31 of app/views/reports/_possibility.html.erb: 28: 29: <%=stat.entry.name%> 30: <%=stat.times_champ * 100.0/pool.tournament_entry.picks.number_of_outcomes%>% 31: <%=stat.min_rank.to_ordinal%> 32: <%=stat.entry.bracket.score_against(pool.tournament_entry.picks)%> 33: <%=stat.max_score%> 34: <%=stat.entry.tie_break%> app/views/reports/_possibility.html.erb:31 app/views/reports/_possibility.html.erb:27:in `each' app/views/reports/_possibility.html.erb:27 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/_report.html.erb:2 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/show.html.erb:16 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (167.6ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (2.6ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 23:54:51) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show ActionView::TemplateError (wrong number of arguments (1 for 2)) on line #32 of app/views/reports/_possibility.html.erb: 29: <%=stat.entry.name%> 30: <%=stat.times_champ * 100.0/pool.tournament_entry.picks.number_of_outcomes%>% 31: <%=stat.min_rank.ordinal%> 32: <%=stat.entry.bracket.score_against(pool.tournament_entry.picks)%> 33: <%=stat.max_score%> 34: <%=stat.entry.tie_break%> 35: Champions for 1st app/views/reports/_possibility.html.erb:32:in `score_against' app/views/reports/_possibility.html.erb:32 app/views/reports/_possibility.html.erb:27:in `each' app/views/reports/_possibility.html.erb:27 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/_report.html.erb:2 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/show.html.erb:16 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (300.4ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (1.7ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 23:55:14) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.6ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show ActionView::TemplateError (undefined method `tie_break' for #) on line #34 of app/views/reports/_possibility.html.erb: 31: <%=stat.min_rank.ordinal%> 32: <%=stat.entry.bracket.score_against(pool.tournament_entry.picks, pool.scoring_strategy)%> 33: <%=stat.max_score%> 34: <%=stat.entry.tie_break%> 35: Champions for 1st 36: 37: <% end -%> app/views/reports/_possibility.html.erb:34 app/views/reports/_possibility.html.erb:27:in `each' app/views/reports/_possibility.html.erb:27 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/_report.html.erb:2 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/show.html.erb:16 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (167.1ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (1.4ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 23:55:26) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (2.1ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Rendered reports/_possibility (105.0ms) Rendered reports/_report (112.5ms) Role Load (0.7ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.6ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (50.8ms) Completed in 993ms (View: 206, DB: 2) | 200 OK [http://localhost/reports/1/possibility] Processing ReportsController#show (for 127.0.0.1 at 2009-03-22 23:57:53) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (14.9ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Rendered reports/_possibility (103.1ms) Rendered reports/_report (109.7ms) Role Load (1.0ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.3ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (106.4ms) Completed in 1491ms (View: 262, DB: 15) | 200 OK [http://localhost/reports/1/possibility] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 00:00:57) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show ActionView::TemplateError (undefined local variable or method `occurences' for #) on line #37 of app/views/reports/_possibility.html.erb: 34: <%=stat.entry.tie_breaker%> 35: 36: <% stat.champs.sort_by{|k,v| -v}.each do |team, occurrences| -%> 37: <%=team%> <%=occurences%> (<%=occurences.to_f * 100.0 / stat.times_champ%>) 38:
39: <% end -%> 40: app/views/reports/_possibility.html.erb:37 app/views/reports/_possibility.html.erb:36:in `each' app/views/reports/_possibility.html.erb:36 app/views/reports/_possibility.html.erb:27:in `each' app/views/reports/_possibility.html.erb:27 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/_report.html.erb:2 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/show.html.erb:16 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (290.1ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (1.7ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 00:01:17) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Rendered reports/_possibility (103.1ms) Rendered reports/_report (109.7ms) Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (15.3ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (473.7ms) Completed in 1083ms (View: 636, DB: 1) | 200 OK [http://localhost/reports/1/possibility] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 00:01:49) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show ActionView::TemplateError (undefined method `/' for #) on line #37 of app/views/reports/_possibility.html.erb: 34: <%=stat.entry.tie_breaker%> 35: 36: <% stat.champs.sort_by{|k,v| -v}.each do |team, occurrences| -%> 37: <%=team%> <%=occurrences%> (<%="%5.2f" % occurrences.to_f * 100.0 / stat.times_champ%>) 38:
39: <% end -%> 40: app/views/reports/_possibility.html.erb:37 app/views/reports/_possibility.html.erb:36:in `each' app/views/reports/_possibility.html.erb:36 app/views/reports/_possibility.html.erb:27:in `each' app/views/reports/_possibility.html.erb:27 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/_report.html.erb:2 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render' app/views/reports/show.html.erb:16 /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi' /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in' /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require' /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49 /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (187.6ms) Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (13.2ms) Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 00:02:04) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Rendered reports/_possibility (101.8ms) Rendered reports/_report (119.3ms) Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (10.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (102.6ms) Completed in 1133ms (View: 257, DB: 1) | 200 OK [http://localhost/reports/1/possibility] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 00:02:16) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Rendered reports/_possibility (110.9ms) Rendered reports/_report (117.8ms) Role Load (2.0ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.3ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (103.1ms) Completed in 593ms (View: 273, DB: 1) | 200 OK [http://localhost/reports/1/possibility] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 00:02:52) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Rendered reports/_possibility (100.7ms) Rendered reports/_report (117.9ms) Role Load (1.9ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.4ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (450.3ms) Completed in 1028ms (View: 612, DB: 1) | 200 OK [http://localhost/reports/1/possibility] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 00:04:38) [GET] Parameters: {"report"=>"leader", "id"=>"1"} Pool Load (1.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (20.3ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_leader (1316.2ms) Rendered reports/_report (1326.3ms) Role Load (0.7ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.9ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (47.6ms) Completed in 1541ms (View: 1425, DB: 1) | 200 OK [http://localhost/reports/1/leader] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 00:04:45) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (10.7ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Rendered reports/_possibility (107.7ms) Rendered reports/_report (114.8ms) Role Load (10.8ms) SELECT * FROM "roles" ORDER BY position asc User Load (9.9ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (106.3ms) Completed in 1008ms (View: 296, DB: 11) | 200 OK [http://localhost/reports/1/possibility] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 00:05:38) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Rendered reports/_possibility (77.9ms) Rendered reports/_report (97.8ms) Role Load (0.7ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.5ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (52.5ms) Completed in 1017ms (View: 178, DB: 1) | 200 OK [http://localhost/reports/1/possibility] Processing PoolController#index (for 127.0.0.1 at 2009-03-23 18:22:08) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (1.6ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (1.0ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (1.8ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (0.8ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.4ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (0.8ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (0.6ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (0.7ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.5ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (1.0ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (3.5ms) Completed in 492ms (View: 489, DB: 0) | 200 OK [http://localhost/] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 18:22:12) [GET] Parameters: {"id"=>"1"} Pool Load (13.8ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.4ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (158.0ms) Completed in 440ms (View: 234, DB: 14) | 200 OK [http://localhost/reports/1] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 18:22:15) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (12.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (11.6ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_possibility (263.0ms) Rendered reports/_report (289.4ms) Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (321.0ms) Completed in 1224ms (View: 689, DB: 13) | 200 OK [http://localhost/reports/1/possibility] Processing PoolController#index (for 127.0.0.1 at 2009-03-23 20:07:24) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (13.9ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (1.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (2.1ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (1.1ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.7ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (1.3ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (2.5ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.9ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (1.4ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (7.0ms) Completed in 906ms (View: 887, DB: 0) | 200 OK [http://localhost/] Processing AdminController#bracket (for 127.0.0.1 at 2009-03-23 20:07:28) [GET] Parameters: {"id"=>"1"} User Load (1.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (18.6ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.8ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (1.6ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Entry Load (1.1ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (1.0ms) UPDATE "entries" SET "updated_at" = '2009-03-24 03:07:28', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi:@short_name"Lou: @name"Louisvilleo;;i; "MrS; "Morehead Stateo;;i ; "OSU; "Ohio Stateo;;i; "Sie; " Sienao;;i ; "Uta; " Utaho;;i; "UA; " Arizonao;;i ; "WkF; "Wake Foresto;;i; "ClS; "Cleveland Stateo;;i ; "WVa; "West Virginiao;;i; "Day; " Daytono;;i; "Kan; " Kansaso;;i; "NDS; "North Dakota Stateo;;i ; "BC; "Boston Collegeo;;i; "USC; "USCo;;i; "MSU; "Michigan St.o;;i; "RbM; "Robert Morriso;;i; "Con; "Connecticuto;;i; "Cht; "Chattanoogao;;i ; "BYU; "BYUo;;i; "A&M; "Texas A&Mo;;i ; "Pur; " Purdueo;;i; "NIo; "Northern Iowao;;i ; "Was; "Washingtono;;i; "MiS; "Mississippi St.o;;i ; "Mar; "Marquetteo;;i; "USt; "Utah Stateo;;i; "Msr; " Missourio;;i; "Cor; " Cornello;;i ; "Cal; "Californiao;;i; "Mry; " Marylando;;i; "Mem; " Memphiso;;i; "CSN; "Cal State Northridgeo;;i; "Pit; "Pittsburgho;;i; "ETS; "East Tennessee Stateo;;i ; "OkS; "Oklahoma Stateo;;i; "Ten; "Tennesseeo;;i ; "FSU; "Florida Stateo;;i; "Wis; "Wisconsino;;i ; "Xav; " Xaviero;;i; "PSt; "Portland St.o;;i ; "ULA; " UCLAo;;i; "VAC; "Virginia Commonwealtho;;i; "Vil; "Villanovao;;i; "Am; " Americano;;i ; "Tex; " Texaso;;i; "Min; "Minnesotao;;i; "Duk; " Dukeo;;i; "Bin; "Binghamtono;;i; "UNC; "North Carolinao;;i; "Rad; " Radfordo;;i ; "LSU; "LSUo;;i; "But; " Butlero;;i ; "Ill; " Illinoiso;;i; "WKy; "W. Kentuckyo;;i ; "Gon; " Gonzagao;;i; "Akr; " Akrono;;i ; "ASU; "Arizona Stateo;;i; "Tem; " Templeo;;i; "Syr; " Syracuseo;;i; "SFA; "Stephen F. Austino;;i ; "Clm; " Clemsono;;i; "UM; " Michigano;;i; "Okl; " Oklahomao;;i; "MgS; "Morgan State[%25@@@@@ @&@,@2@8@A@D@J@S@V@_@b@h@q@w@z@~@@@@@@@@@@@[@@@ @2@8@D@V@b@h@z@@@@@@[ @@2@D@b@h@@@[ :unk; ; ; [; ; [; : @roundsi :@number_of_outcomes0: @teams@' WHERE "id" = 1 Rendering template within layouts/bracket Rendering admin/bracket Role Exists (0.6ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (0.8ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendered shared/_bracket (324.0ms) User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (20.9ms) Completed in 1194ms (View: 605, DB: 26) | 200 OK [http://localhost/admin/bracket/1] Processing AdminController#bracket (for 127.0.0.1 at 2009-03-23 20:07:29) [GET] Parameters: {"id"=>"1"} User Load (0.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (0.6ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (1.4ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (1.6ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Entry Load (0.6ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (0.5ms) UPDATE "entries" SET "updated_at" = '2009-03-24 03:07:29', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi: @name"Louisville:@short_name"Louo;;i; "Morehead State; "MrSo;;i ; "Ohio State; "OSUo;;i; " Siena; "Sieo;;i ; " Utah; "Utao;;i; " Arizona; "UAo;;i ; "Wake Forest; "WkFo;;i; "Cleveland State; "ClSo;;i ; "West Virginia; "WVao;;i; " Dayton; "Dayo;;i; " Kansas; "Kano;;i; "North Dakota State; "NDSo;;i ; "Boston College; "BCo;;i; "USC; "USCo;;i; "Michigan St.; "MSUo;;i; "Robert Morris; "RbMo;;i; "Connecticut; "Cono;;i; "Chattanooga; "Chto;;i ; "BYU; "BYUo;;i; "Texas A&M; "A&Mo;;i ; " Purdue; "Puro;;i; "Northern Iowa; "NIoo;;i ; "Washington; "Waso;;i; "Mississippi St.; "MiSo;;i ; "Marquette; "Maro;;i; "Utah State; "USto;;i; " Missouri; "Msro;;i; " Cornell; "Coro;;i ; "California; "Calo;;i; " Maryland; "Mryo;;i; " Memphis; "Memo;;i; "Cal State Northridge; "CSNo;;i; "Pittsburgh; "Pito;;i; "East Tennessee State; "ETSo;;i ; "Oklahoma State; "OkSo;;i; "Tennessee; "Teno;;i ; "Florida State; "FSUo;;i; "Wisconsin; "Wiso;;i ; " Xavier; "Xavo;;i; "Portland St.; "PSto;;i ; " UCLA; "ULAo;;i; "Virginia Commonwealth; "VACo;;i; "Villanova; "Vilo;;i; " American; "Amo;;i ; " Texas; "Texo;;i; "Minnesota; "Mino;;i; " Duke; "Duko;;i; "Binghamton; "Bino;;i; "North Carolina; "UNCo;;i; " Radford; "Rado;;i ; "LSU; "LSUo;;i; " Butler; "Buto;;i ; " Illinois; "Illo;;i; "W. Kentucky; "WKyo;;i ; " Gonzaga; "Gono;;i; " Akron; "Akro;;i ; "Arizona State; "ASUo;;i; " Temple; "Temo;;i; " Syracuse; "Syro;;i; "Stephen F. Austin; "SFAo;;i ; " Clemson; "Clmo;;i; " Michigan; "UMo;;i; " Oklahoma; "Oklo;;i; "Morgan State; "MgS[%25@@@@@ @&@,@2@8@A@D@J@S@V@_@b@h@q@w@z@~@@@@@@@@@@@[@@@ @2@8@D@V@b@h@z@@@@@@[ @@2@D@b@h@@@[ :unk; ; ; [; ; [; : @roundsi : @teams@:@number_of_outcomes0' WHERE "id" = 1 Rendering template within layouts/bracket Rendering admin/bracket Role Exists (0.5ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (0.8ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendered shared/_bracket (246.8ms) User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (6.1ms) Completed in 499ms (View: 369, DB: 7) | 200 OK [http://localhost/admin/bracket/1] Processing AdminController#edit (for 127.0.0.1 at 2009-03-23 20:09:06) [PUT] Parameters: {"picks"=>"122211211211112111211111112111211122112212221222122212210000000", "authenticity_token"=>"8f46439700f8fae909ed2b54acdcc95ba0559030", "id"=>"1", "entry"=>{"name"=>"Tournament Bracket", "tie_break"=>""}, "pool_id"=>"1"} User Load (1.3ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (1.2ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.7ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Entry Load (1.2ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 Pool Load (2.6ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  PICKS: 122211211211112111211111112111211122112212221222122212210000000 Round 1 game 1 pick 1 idx 0 --> Team = Louisville Round 1 game 2 pick 2 idx 1 --> Team = Siena Round 1 game 3 pick 2 idx 2 --> Team = Arizona Round 1 game 4 pick 2 idx 3 --> Team = Cleveland State Round 1 game 5 pick 1 idx 4 --> Team = West Virginia Round 1 game 6 pick 1 idx 5 --> Team = Kansas Round 1 game 7 pick 2 idx 6 --> Team = USC Round 1 game 8 pick 1 idx 7 --> Team = Michigan St. Round 1 game 9 pick 1 idx 8 --> Team = Connecticut Round 1 game 10 pick 2 idx 9 --> Team = Texas A&M Round 1 game 11 pick 1 idx 10 --> Team = Purdue Round 1 game 12 pick 1 idx 11 --> Team = Washington Round 1 game 13 pick 1 idx 12 --> Team = Marquette Round 1 game 14 pick 1 idx 13 --> Team = Missouri Round 1 game 15 pick 2 idx 14 --> Team = Maryland Round 1 game 16 pick 1 idx 15 --> Team = Memphis Round 1 game 17 pick 1 idx 16 --> Team = Pittsburgh Round 1 game 18 pick 1 idx 17 --> Team = Oklahoma State Round 1 game 19 pick 2 idx 18 --> Team = Wisconsin Round 1 game 20 pick 1 idx 19 --> Team = Xavier Round 1 game 21 pick 1 idx 20 --> Team = UCLA Round 1 game 22 pick 1 idx 21 --> Team = Villanova Round 1 game 23 pick 1 idx 22 --> Team = Texas Round 1 game 24 pick 1 idx 23 --> Team = Duke Round 1 game 25 pick 1 idx 24 --> Team = North Carolina Round 1 game 26 pick 1 idx 25 --> Team = LSU Round 1 game 27 pick 2 idx 26 --> Team = W. Kentucky Round 1 game 28 pick 1 idx 27 --> Team = Gonzaga Round 1 game 29 pick 1 idx 28 --> Team = Arizona State Round 1 game 30 pick 1 idx 29 --> Team = Syracuse Round 1 game 31 pick 2 idx 30 --> Team = Michigan Round 1 game 32 pick 1 idx 31 --> Team = Oklahoma Round 2 game 1 pick 1 idx 32 --> Team = Louisville Round 2 game 2 pick 1 idx 33 --> Team = Arizona Round 2 game 3 pick 2 idx 34 --> Team = Kansas Round 2 game 4 pick 2 idx 35 --> Team = Michigan St. Round 2 game 5 pick 1 idx 36 --> Team = Connecticut Round 2 game 6 pick 1 idx 37 --> Team = Purdue Round 2 game 7 pick 2 idx 38 --> Team = Missouri Round 2 game 8 pick 2 idx 39 --> Team = Memphis Round 2 game 9 pick 1 idx 40 --> Team = Pittsburgh Round 2 game 10 pick 2 idx 41 --> Team = Xavier Round 2 game 11 pick 2 idx 42 --> Team = Villanova Round 2 game 12 pick 2 idx 43 --> Team = Duke Round 2 game 13 pick 1 idx 44 --> Team = North Carolina Round 2 game 14 pick 2 idx 45 --> Team = Gonzaga Round 2 game 15 pick 2 idx 46 --> Team = Syracuse Round 2 game 16 pick 2 idx 47 --> Team = Oklahoma Round 3 game 1 pick 1 idx 48 --> Team = Louisville Round 3 game 2 pick 2 idx 49 --> Team = Michigan St. Round 3 game 3 pick 2 idx 50 --> Team = Purdue Round 3 game 4 pick 2 idx 51 --> Team = Memphis Round 3 game 5 pick 1 idx 52 --> Team = Pittsburgh Round 3 game 6 pick 2 idx 53 --> Team = Duke Round 3 game 7 pick 2 idx 54 --> Team = Gonzaga Round 3 game 8 pick 1 idx 55 --> Team = Syracuse Round 4 game 1 pick 0 idx 56 Round 4 game 2 pick 0 idx 57 Round 4 game 3 pick 0 idx 58 Round 4 game 4 pick 0 idx 59 Round 5 game 1 pick 0 idx 60 Round 5 game 2 pick 0 idx 61 Round 6 game 1 pick 0 idx 62 SAVING ENTRY PARAMS: {"name"=>"Tournament Bracket", "tie_break"=>""} DONE SAVING ENTRY PARAMS MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (0.9ms) UPDATE "entries" SET "updated_at" = '2009-03-24 03:09:06', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi:@short_name"Lou: @name"Louisvilleo;;i; "MrS; "Morehead Stateo;;i ; "OSU; "Ohio Stateo;;i; "Sie; " Sienao;;i ; "Uta; " Utaho;;i; "UA; " Arizonao;;i ; "WkF; "Wake Foresto;;i; "ClS; "Cleveland Stateo;;i ; "WVa; "West Virginiao;;i; "Day; " Daytono;;i; "Kan; " Kansaso;;i; "NDS; "North Dakota Stateo;;i ; "BC; "Boston Collegeo;;i; "USC; "USCo;;i; "MSU; "Michigan St.o;;i; "RbM; "Robert Morriso;;i; "Con; "Connecticuto;;i; "Cht; "Chattanoogao;;i ; "BYU; "BYUo;;i; "A&M; "Texas A&Mo;;i ; "Pur; " Purdueo;;i; "NIo; "Northern Iowao;;i ; "Was; "Washingtono;;i; "MiS; "Mississippi St.o;;i ; "Mar; "Marquetteo;;i; "USt; "Utah Stateo;;i; "Msr; " Missourio;;i; "Cor; " Cornello;;i ; "Cal; "Californiao;;i; "Mry; " Marylando;;i; "Mem; " Memphiso;;i; "CSN; "Cal State Northridgeo;;i; "Pit; "Pittsburgho;;i; "ETS; "East Tennessee Stateo;;i ; "OkS; "Oklahoma Stateo;;i; "Ten; "Tennesseeo;;i ; "FSU; "Florida Stateo;;i; "Wis; "Wisconsino;;i ; "Xav; " Xaviero;;i; "PSt; "Portland St.o;;i ; "ULA; " UCLAo;;i; "VAC; "Virginia Commonwealtho;;i; "Vil; "Villanovao;;i; "Am; " Americano;;i ; "Tex; " Texaso;;i; "Min; "Minnesotao;;i; "Duk; " Dukeo;;i; "Bin; "Binghamtono;;i; "UNC; "North Carolinao;;i; "Rad; " Radfordo;;i ; "LSU; "LSUo;;i; "But; " Butlero;;i ; "Ill; " Illinoiso;;i; "WKy; "W. Kentuckyo;;i ; "Gon; " Gonzagao;;i; "Akr; " Akrono;;i ; "ASU; "Arizona Stateo;;i; "Tem; " Templeo;;i; "Syr; " Syracuseo;;i; "SFA; "Stephen F. Austino;;i ; "Clm; " Clemsono;;i; "UM; " Michigano;;i; "Okl; " Oklahomao;;i; "MgS; "Morgan State[%25@@@@@ @&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[ @@2@D@b@h@@@[ :unk; ; ; [; ; [; : @roundsi :@number_of_outcomes0: @teams@' WHERE "id" = 1 Pool Exists (0.5ms) SELECT "pools".id FROM "pools" WHERE ("pools"."name" = '2009 NCAA Tournament' AND "pools".id <> 1) LIMIT 1 Before saving pool: AR Pool scoring strategy = "Tournament::ScoringStrategy::TweakedJoshPatashnik" Pool Update (1.1ms) UPDATE "pools" SET "updated_at" = '2009-03-24 03:09:07', "data" = 'o:Tournament::Pool : @regions[ {: teams[o:Tournament::Team: @seedi:@short_name"Lou: @name"Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morris: name" Midwest{;[o;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridge; " West{;[o;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamton; " East{;[o;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State; " South:@scoring_strategyo:6Tournament::ScoringStrategy::TweakedJoshPatashnik%00:@entry_fee"5:@tournament_entryo:Tournament::Entry: @pickso:Tournament::Bracket : @winners[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@@@@@@@@@@ @@@@"@+@.@4@:@C@F@L@R@X@^@d@j@s@v@|@@@[@@@@@@@"@.@4@F@R@^@d@v@@[ @@@@.@4@^@v@[ :unk;;;[;;[;: @roundsi :@number_of_outcomes0: @teams@; "Tournament Bracket:@tie_breaker0: @payouts{"1iU: lasti"2i: @entries[o;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@@@@@@@@@@@@@@@@@@ @@@@!@''@-@3@<@?@H@N@Q@Z@][@@@@@@@@@@@!@-@3@H@Q@][ @@@@@@-@3@][ @@@@3[@@[@;i ;@;0; "Doug Wins!;i}o;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@n@t@}@@@@@@@@@@@@@@@@@@@@@@@@ @@@@%25@([@n@@@@@@@@@@@@@@@%25[ @n@@@@@@@%25[ @@@@[@@[@;i ;0;@m; "M Go Blue;ixo;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@9@?@H@K@Q@W@`@c@i@o@u@~@@@@@@@@@@@@@@@@@@@@[@9@K@W@c@i@~@@@@@@@@@@[ @9@c@i@@@@@[ @9@i@@[@i@[@;i ;0;@8; "OH HELL NO!!;io;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@@ @@@@"@+@.@4@=@@@F@O@R@[@^@d@m@p@v@|@@@@@@@@@@@[@@@"@+@4@F@R@^@d@p@@@@@@[ @@"@4@R@d@@@[ @@4@@[@@[@;i ;@;0; "Big Winner #1;i{o;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@@@@@@@@@@@ @@@@#@)@/@8@>@A@G@P@S@Y@_@e@k@q@w@}@@[@@@@@@@@)@8@>@G@Y@_@k@w@[ @@@@)@8@G@_@[ @@)@8@_[@@_[@;i ;0;@; "Huanjin_winning_selection;iio;;o; ;[ [E@ o;; i; "MrS; "Morehead State@@@@@@@!@$@''@*@-@0@3@6@<@?@B@E@H@K@N@Q@T@W@Z@]@`@c@f@i@o@r@u@x@{@~@|@@@@@@@@@@@@@@@@@@@@@@@@@[%25@ @@@@!@''@-@3@<@E@H@N@W@Z@c@f@o@x@{@@@@@@@@@@@@@[@ @@''@3@<@N@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@f@[@;i ;@;0; "Follow the Seeds;io;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@@@@@@@@@@@@@@@@@@@@@#@)@,@2@8@A@G@M@S@V@_@b[@@@@@@@@@@@#@2@8@G@S@_[ @@@@@@2@8@_[ @@@@_[@@_[@;i ;@;0; " Anarchy!;i}o;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@s@|@@@@@@@@@@@@@@@@@@@@@@@@ @@@@!@*@-[@s@@@@@@@@@@@@@@!@*[ @@@@@@@@*[ @@@@[@@[@;i ;0;@r; "home cooking;i}o;;o; ;[ @[%25@ @@@@!@*@0@3@<@B@H@N@W@Z@c@f@o@x@{@@@@@@@@@@@@@[@ @@*@3@<@N@W@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@f@o[@o;i ;0;@; "early upsets;i}o;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@H@N@W@Z@`@f@o@r@x@@@@@@@@@@@@@@@@@@@@@@@[@H@Z@f@o@@@@@@@@@@@@[ @H@f@@@@@@[ @H@@@[@@[@;i ;@G;0; " Brian 1;io;;o; ;[ @[%25@ @@@@$@''@-@3@<@B@K@N@T@]@c@f@o@x@~@|@@@@@@@@@@@@[@ @@$@-@B@K@T@f@o@~@@@@@@[ @@$@B@f@o@@@[ @@B@@[@@[@;i ;@;0; " Brian 2 ;i{o;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@ @&@)@2@5@>@A@J@M@V@Y@b@h@k@q@w@}@@@@@@@@@@@@@@@[@ @2@5@A@M@b@h@q@}@@@@@@@[ @ @A@b@h@@@@[ @ @b@@[@b@[@b;i ;@;0; "Random Rules;io;;o; ;[ @[%25@ @@@@!@''@-@3@<@B@H@N@T@Z@c@f@o@x@{@|@@@@@@@@@@@@[@ @@''@3@<@H@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@ @[@ ;i ;@;0; "Barack Obama;io;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@@@ @ @ @ @ @ @%25 @( @1 @7 @= @C @F @L @R @X @a @g @m @s @y @ @ @ @ @ @ @ @ @ [@@ @ @ @( @7 @C @F @R @a @s @y @ @ @ @ [ @ @ @( @C @a @s @ @ [ @ @( @a @ [@( @a [@( ;i ;0;@; "Crazy Underdogs;ito;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @& @) @/ @8 @; @A @G @M @V @Y @_ @h @k @t @w [@ @ @ @ @ @ @ @ @ @) @; @G @M @_ @k @w [ @ @ @ @ @ @G @M @k [ @ @ @G @M [@ @M [@M ;i ;0;@ ; "Obama Inspired - Go Bears!;io;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @%00 @ @ @ @ @ @'' @* @0 @6 @< @B [@ @ @ @ @ @ @ @ @ @ @%00 @ @ @* @6 @< [ @ @ @ @ @ @%00 @ @< [ @ @ @%00 @ [@ @ [@ ;i ;@ ;0; "There''s No Place Like Home;io;;o; ;[ @[%25@ @@@@$@''@0@3@<@E@K@Q@W@Z@`@f@o@x@~@@@@@@@@@@@@@[@ @@''@0@<@K@W@`@o@~@@@@@@[ @ @0@<@`@o@@@[ @ @<@o@[@ @o[@o;i ;0;@; "Aye! Right!;io;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@] @c @i @o @u @{ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ [@] @o @{ @ @ @ @ @ @ @ @ @ @ @ @ @ [ @] @ @ @ @ @ @ @ [ @] @ @ @ [@ @ [@ ;i ;@\ ;0; " stefan;io;;o; ;[ @[%25@ @@@@!@''@0@3@<@B@H@N@T@Z@`@f@o@u@{@|@@@@@@@@@@@@[@ @@''@0@<@H@Z@f@o@|@@@@@@[ @ @0@<@Z@o@@@[ @ @Z@@[@ @[@ ;i ;@;0; "TripAdvisor;io;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@2 @8 @> @D @J @P @Y @\ @b @k @q @t @} @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ [@2 @D @P @\ @b @t @ @ @ @ @ @ @ @ @ @ [ @D @P @b @ @ @ @ @ [ @P @b @ @ [@b @ [@ ;i ;@1 ;0; "Guns n'' Roses;io;;o; ;[ @[%25@ @@@@!@''@0@3@<@B@H@N@W@Z@`@f@o@u@{@|@@@@@@@@@@@@[@ @@''@3@<@N@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @3@f@o@[@3@o[@o;i ;@;0; "Dave Matthews > god;ir' WHERE "id" = 1 Redirected to actionbracketid1 Completed in 771ms (DB: 9) | 302 Found [http://localhost/admin/edit/1] Processing AdminController#bracket (for 127.0.0.1 at 2009-03-23 20:09:07) [GET] Parameters: {"id"=>"1"} User Load (1.7ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (0.6ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.4ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (0.7ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Entry Load (0.6ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (0.5ms) UPDATE "entries" SET "updated_at" = '2009-03-24 03:09:07', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi: @name"Louisville:@short_name"Louo;;i; "Morehead State; "MrSo;;i ; "Ohio State; "OSUo;;i; " Siena; "Sieo;;i ; " Utah; "Utao;;i; " Arizona; "UAo;;i ; "Wake Forest; "WkFo;;i; "Cleveland State; "ClSo;;i ; "West Virginia; "WVao;;i; " Dayton; "Dayo;;i; " Kansas; "Kano;;i; "North Dakota State; "NDSo;;i ; "Boston College; "BCo;;i; "USC; "USCo;;i; "Michigan St.; "MSUo;;i; "Robert Morris; "RbMo;;i; "Connecticut; "Cono;;i; "Chattanooga; "Chto;;i ; "BYU; "BYUo;;i; "Texas A&M; "A&Mo;;i ; " Purdue; "Puro;;i; "Northern Iowa; "NIoo;;i ; "Washington; "Waso;;i; "Mississippi St.; "MiSo;;i ; "Marquette; "Maro;;i; "Utah State; "USto;;i; " Missouri; "Msro;;i; " Cornell; "Coro;;i ; "California; "Calo;;i; " Maryland; "Mryo;;i; " Memphis; "Memo;;i; "Cal State Northridge; "CSNo;;i; "Pittsburgh; "Pito;;i; "East Tennessee State; "ETSo;;i ; "Oklahoma State; "OkSo;;i; "Tennessee; "Teno;;i ; "Florida State; "FSUo;;i; "Wisconsin; "Wiso;;i ; " Xavier; "Xavo;;i; "Portland St.; "PSto;;i ; " UCLA; "ULAo;;i; "Virginia Commonwealth; "VACo;;i; "Villanova; "Vilo;;i; " American; "Amo;;i ; " Texas; "Texo;;i; "Minnesota; "Mino;;i; " Duke; "Duko;;i; "Binghamton; "Bino;;i; "North Carolina; "UNCo;;i; " Radford; "Rado;;i ; "LSU; "LSUo;;i; " Butler; "Buto;;i ; " Illinois; "Illo;;i; "W. Kentucky; "WKyo;;i ; " Gonzaga; "Gono;;i; " Akron; "Akro;;i ; "Arizona State; "ASUo;;i; " Temple; "Temo;;i; " Syracuse; "Syro;;i; "Stephen F. Austin; "SFAo;;i ; " Clemson; "Clmo;;i; " Michigan; "UMo;;i; " Oklahoma; "Oklo;;i; "Morgan State; "MgS[%25@@@@@ @&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[ @@2@D@b@h@@@[ :unk; ; ; [; ; [; : @roundsi : @teams@:@number_of_outcomes0' WHERE "id" = 1 Rendering template within layouts/bracket Rendering admin/bracket Role Exists (0.4ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (0.7ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendered shared/_bracket (242.3ms) User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (6.1ms) Completed in 475ms (View: 359, DB: 6) | 200 OK [http://localhost/admin/bracket/1] Processing PoolController#index (for 127.0.0.1 at 2009-03-23 20:09:12) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (2.6ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (2.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (1.2ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (12.8ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (1.5ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (1.3ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (1.0ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (2.5ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.8ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (3.2ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (19.9ms) Completed in 817ms (View: 803, DB: 0) | 200 OK [http://localhost/] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 20:09:20) [GET] Parameters: {"report"=>"leader", "id"=>"1"} Pool Load (13.1ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (10.6ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_leader (1649.5ms) Rendered reports/_report (1674.6ms) Role Load (2.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (63.3ms) Completed in 1904ms (View: 1783, DB: 13) | 200 OK [http://localhost/reports/1/leader] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-23 20:09:46) [GET] Parameters: {"id"=>"1"} Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 197ms (View: 6, DB: 1) | 200 OK [http://localhost/reports/gen_possibility/1] -> UNK% Complete UNKs remaining ... Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 20:10:11) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (7.9ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (4.0ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_possibility (74.6ms) Rendered reports/_report (78.9ms) Role Load (0.7ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (49.1ms) Completed in 1101ms (View: 603, DB: 8) | 200 OK [http://localhost/reports/1/possibility] Processing PoolController#index (for 127.0.0.1 at 2009-03-23 20:10:44) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (2.8ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (7.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (8.1ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (2.2ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.7ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (1.3ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (1.1ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (2.3ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.7ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (2.6ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (22.6ms) Completed in 1186ms (View: 1180, DB: 0) | 200 OK [http://localhost/] Processing AdminController#bracket (for 127.0.0.1 at 2009-03-23 20:10:47) [GET] Parameters: {"id"=>"1"} User Load (2.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (2.3ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.7ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Entry Load (8.6ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (1.0ms) UPDATE "entries" SET "updated_at" = '2009-03-24 03:10:48', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi:@short_name"Lou: @name"Louisvilleo;;i; "MrS; "Morehead Stateo;;i ; "OSU; "Ohio Stateo;;i; "Sie; " Sienao;;i ; "Uta; " Utaho;;i; "UA; " Arizonao;;i ; "WkF; "Wake Foresto;;i; "ClS; "Cleveland Stateo;;i ; "WVa; "West Virginiao;;i; "Day; " Daytono;;i; "Kan; " Kansaso;;i; "NDS; "North Dakota Stateo;;i ; "BC; "Boston Collegeo;;i; "USC; "USCo;;i; "MSU; "Michigan St.o;;i; "RbM; "Robert Morriso;;i; "Con; "Connecticuto;;i; "Cht; "Chattanoogao;;i ; "BYU; "BYUo;;i; "A&M; "Texas A&Mo;;i ; "Pur; " Purdueo;;i; "NIo; "Northern Iowao;;i ; "Was; "Washingtono;;i; "MiS; "Mississippi St.o;;i ; "Mar; "Marquetteo;;i; "USt; "Utah Stateo;;i; "Msr; " Missourio;;i; "Cor; " Cornello;;i ; "Cal; "Californiao;;i; "Mry; " Marylando;;i; "Mem; " Memphiso;;i; "CSN; "Cal State Northridgeo;;i; "Pit; "Pittsburgho;;i; "ETS; "East Tennessee Stateo;;i ; "OkS; "Oklahoma Stateo;;i; "Ten; "Tennesseeo;;i ; "FSU; "Florida Stateo;;i; "Wis; "Wisconsino;;i ; "Xav; " Xaviero;;i; "PSt; "Portland St.o;;i ; "ULA; " UCLAo;;i; "VAC; "Virginia Commonwealtho;;i; "Vil; "Villanovao;;i; "Am; " Americano;;i ; "Tex; " Texaso;;i; "Min; "Minnesotao;;i; "Duk; " Dukeo;;i; "Bin; "Binghamtono;;i; "UNC; "North Carolinao;;i; "Rad; " Radfordo;;i ; "LSU; "LSUo;;i; "But; " Butlero;;i ; "Ill; " Illinoiso;;i; "WKy; "W. Kentuckyo;;i ; "Gon; " Gonzagao;;i; "Akr; " Akrono;;i ; "ASU; "Arizona Stateo;;i; "Tem; " Templeo;;i; "Syr; " Syracuseo;;i; "SFA; "Stephen F. Austino;;i ; "Clm; " Clemsono;;i; "UM; " Michigano;;i; "Okl; " Oklahomao;;i; "MgS; "Morgan State[%25@@@@@ @&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[ @@2@D@b@h@@@[ :unk; ; ; [; ; [; : @roundsi :@number_of_outcomes0: @teams@' WHERE "id" = 1 Rendering template within layouts/bracket Rendering admin/bracket Role Exists (0.5ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (0.8ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendered shared/_bracket (65.2ms) User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (20.5ms) Completed in 1240ms (View: 437, DB: 18) | 200 OK [http://localhost/admin/bracket/1] Processing AdminController#edit (for 127.0.0.1 at 2009-03-23 20:13:34) [PUT] Parameters: {"picks"=>"122221211211112111211111112111211122112212221222122212120000000", "authenticity_token"=>"8f46439700f8fae909ed2b54acdcc95ba0559030", "id"=>"1", "entry"=>{"name"=>"Tournament Bracket", "tie_break"=>""}, "pool_id"=>"1"} User Load (1.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (11.5ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Entry Load (2.1ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  PICKS: 122221211211112111211111112111211122112212221222122212120000000 Round 1 game 1 pick 1 idx 0 --> Team = Louisville Round 1 game 2 pick 2 idx 1 --> Team = Siena Round 1 game 3 pick 2 idx 2 --> Team = Arizona Round 1 game 4 pick 2 idx 3 --> Team = Cleveland State Round 1 game 5 pick 2 idx 4 --> Team = Dayton Round 1 game 6 pick 1 idx 5 --> Team = Kansas Round 1 game 7 pick 2 idx 6 --> Team = USC Round 1 game 8 pick 1 idx 7 --> Team = Michigan St. Round 1 game 9 pick 1 idx 8 --> Team = Connecticut Round 1 game 10 pick 2 idx 9 --> Team = Texas A&M Round 1 game 11 pick 1 idx 10 --> Team = Purdue Round 1 game 12 pick 1 idx 11 --> Team = Washington Round 1 game 13 pick 1 idx 12 --> Team = Marquette Round 1 game 14 pick 1 idx 13 --> Team = Missouri Round 1 game 15 pick 2 idx 14 --> Team = Maryland Round 1 game 16 pick 1 idx 15 --> Team = Memphis Round 1 game 17 pick 1 idx 16 --> Team = Pittsburgh Round 1 game 18 pick 1 idx 17 --> Team = Oklahoma State Round 1 game 19 pick 2 idx 18 --> Team = Wisconsin Round 1 game 20 pick 1 idx 19 --> Team = Xavier Round 1 game 21 pick 1 idx 20 --> Team = UCLA Round 1 game 22 pick 1 idx 21 --> Team = Villanova Round 1 game 23 pick 1 idx 22 --> Team = Texas Round 1 game 24 pick 1 idx 23 --> Team = Duke Round 1 game 25 pick 1 idx 24 --> Team = North Carolina Round 1 game 26 pick 1 idx 25 --> Team = LSU Round 1 game 27 pick 2 idx 26 --> Team = W. Kentucky Round 1 game 28 pick 1 idx 27 --> Team = Gonzaga Round 1 game 29 pick 1 idx 28 --> Team = Arizona State Round 1 game 30 pick 1 idx 29 --> Team = Syracuse Round 1 game 31 pick 2 idx 30 --> Team = Michigan Round 1 game 32 pick 1 idx 31 --> Team = Oklahoma Round 2 game 1 pick 1 idx 32 --> Team = Louisville Round 2 game 2 pick 1 idx 33 --> Team = Arizona Round 2 game 3 pick 2 idx 34 --> Team = Kansas Round 2 game 4 pick 2 idx 35 --> Team = Michigan St. Round 2 game 5 pick 1 idx 36 --> Team = Connecticut Round 2 game 6 pick 1 idx 37 --> Team = Purdue Round 2 game 7 pick 2 idx 38 --> Team = Missouri Round 2 game 8 pick 2 idx 39 --> Team = Memphis Round 2 game 9 pick 1 idx 40 --> Team = Pittsburgh Round 2 game 10 pick 2 idx 41 --> Team = Xavier Round 2 game 11 pick 2 idx 42 --> Team = Villanova Round 2 game 12 pick 2 idx 43 --> Team = Duke Round 2 game 13 pick 1 idx 44 --> Team = North Carolina Round 2 game 14 pick 2 idx 45 --> Team = Gonzaga Round 2 game 15 pick 2 idx 46 --> Team = Syracuse Round 2 game 16 pick 2 idx 47 --> Team = Oklahoma Round 3 game 1 pick 1 idx 48 --> Team = Louisville Round 3 game 2 pick 2 idx 49 --> Team = Michigan St. Round 3 game 3 pick 2 idx 50 --> Team = Purdue Round 3 game 4 pick 2 idx 51 --> Team = Memphis Round 3 game 5 pick 1 idx 52 --> Team = Pittsburgh Round 3 game 6 pick 2 idx 53 --> Team = Duke Round 3 game 7 pick 1 idx 54 --> Team = North Carolina Round 3 game 8 pick 2 idx 55 --> Team = Oklahoma Round 4 game 1 pick 0 idx 56 Round 4 game 2 pick 0 idx 57 Round 4 game 3 pick 0 idx 58 Round 4 game 4 pick 0 idx 59 Round 5 game 1 pick 0 idx 60 Round 5 game 2 pick 0 idx 61 Round 6 game 1 pick 0 idx 62 SAVING ENTRY PARAMS: {"name"=>"Tournament Bracket", "tie_break"=>""} DONE SAVING ENTRY PARAMS MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (1.4ms) UPDATE "entries" SET "updated_at" = '2009-03-24 03:13:34', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi: @name"Louisville:@short_name"Louo;;i; "Morehead State; "MrSo;;i ; "Ohio State; "OSUo;;i; " Siena; "Sieo;;i ; " Utah; "Utao;;i; " Arizona; "UAo;;i ; "Wake Forest; "WkFo;;i; "Cleveland State; "ClSo;;i ; "West Virginia; "WVao;;i; " Dayton; "Dayo;;i; " Kansas; "Kano;;i; "North Dakota State; "NDSo;;i ; "Boston College; "BCo;;i; "USC; "USCo;;i; "Michigan St.; "MSUo;;i; "Robert Morris; "RbMo;;i; "Connecticut; "Cono;;i; "Chattanooga; "Chto;;i ; "BYU; "BYUo;;i; "Texas A&M; "A&Mo;;i ; " Purdue; "Puro;;i; "Northern Iowa; "NIoo;;i ; "Washington; "Waso;;i; "Mississippi St.; "MiSo;;i ; "Marquette; "Maro;;i; "Utah State; "USto;;i; " Missouri; "Msro;;i; " Cornell; "Coro;;i ; "California; "Calo;;i; " Maryland; "Mryo;;i; " Memphis; "Memo;;i; "Cal State Northridge; "CSNo;;i; "Pittsburgh; "Pito;;i; "East Tennessee State; "ETSo;;i ; "Oklahoma State; "OkSo;;i; "Tennessee; "Teno;;i ; "Florida State; "FSUo;;i; "Wisconsin; "Wiso;;i ; " Xavier; "Xavo;;i; "Portland St.; "PSto;;i ; " UCLA; "ULAo;;i; "Virginia Commonwealth; "VACo;;i; "Villanova; "Vilo;;i; " American; "Amo;;i ; " Texas; "Texo;;i; "Minnesota; "Mino;;i; " Duke; "Duko;;i; "Binghamton; "Bino;;i; "North Carolina; "UNCo;;i; " Radford; "Rado;;i ; "LSU; "LSUo;;i; " Butler; "Buto;;i ; " Illinois; "Illo;;i; "W. Kentucky; "WKyo;;i ; " Gonzaga; "Gono;;i; " Akron; "Akro;;i ; "Arizona State; "ASUo;;i; " Temple; "Temo;;i; " Syracuse; "Syro;;i; "Stephen F. Austin; "SFAo;;i ; " Clemson; "Clmo;;i; " Michigan; "UMo;;i; " Oklahoma; "Oklo;;i; "Morgan State; "MgS[%25@@@@@#@&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[ @@2@D@b@h@@@[ :unk; ; ; [; ; [; : @roundsi : @teams@:@number_of_outcomes0' WHERE "id" = 1 Pool Exists (0.5ms) SELECT "pools".id FROM "pools" WHERE ("pools"."name" = '2009 NCAA Tournament' AND "pools".id <> 1) LIMIT 1 Before saving pool: AR Pool scoring strategy = "Tournament::ScoringStrategy::TweakedJoshPatashnik" Pool Update (14.8ms) UPDATE "pools" SET "updated_at" = '2009-03-24 03:13:34', "data" = 'o:Tournament::Pool : @regions[ {: teams[o:Tournament::Team: @seedi: @name"Louisville:@short_name"Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbM: name" Midwest{;[o;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSN; " West{;[o;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bin; " East{;[o;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS; " South:@scoring_strategyo:6Tournament::ScoringStrategy::TweakedJoshPatashnik%00:@entry_fee"5: @payouts{"1iU: lasti"2i:@tournament_entryo:Tournament::Entry: @pickso:Tournament::Bracket : @winners[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@@@@@@@@@@@@%25@.@1@7@=@F@I@O@U@[@a@g@m@v@y@@@@[@@@@@@@%25@1@7@I@U@a@g@y@@[ @@@@1@7@a@g@[ :unk;;;[;;[;: @roundsi : @teams@:@number_of_outcomes0; "Tournament Bracket:@tie_breaker0: @entries[o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@@@@@@@@@@@@@@@@ @@@@!@''@-@3@<@?@H@N@Q@Z@][@@@@@@@@@@@!@-@3@H@Q@][ @@@@@@-@3@][ @@@@3[@@[@;i ;0;@; "Doug Wins!;i}o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@n@t@}@@@@@@@@@@@@@@@@@@@@@@@@ @@@@%25@([@n@@@@@@@@@@@@@@@%25[ @n@@@@@@@%25[ @@@@[@@[@;i ;@m;0; "M Go Blue;ixo;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@9@?@H@K@Q@W@`@c@i@o@u@~@@@@@@@@@@@@@@@@@@@@[@9@K@W@c@i@~@@@@@@@@@@[ @9@c@i@@@@@[ @9@i@@[@i@[@;i ;@8;0; "OH HELL NO!!;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@ @@@@"@+@.@4@=@@@F@O@R@[@^@d@m@p@v@|@@@@@@@@@@@[@@@"@+@4@F@R@^@d@p@@@@@@[ @@"@4@R@d@@@[ @@4@@[@@[@;i ;0;@; "Big Winner #1;i{o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@@@@@@@@@ @@@@#@)@/@8@>@A@G@P@S@Y@_@e@k@q@w@}@@[@@@@@@@@)@8@>@G@Y@_@k@w@[ @@@@)@8@G@_@[ @@)@8@_[@@_[@;i ;@;0; "Huanjin_winning_selection;iio;;o; ;[ [E@ o;; i; "Morehead State; "MrS@@@@@@@!@$@''@*@-@0@3@6@<@?@B@E@H@K@N@Q@T@W@Z@]@`@c@f@i@o@r@u@x@{@~@|@@@@@@@@@@@@@@@@@@@@@@@@@[%25@ @@@@!@''@-@3@<@E@H@N@W@Z@c@f@o@x@{@@@@@@@@@@@@@[@ @@''@3@<@N@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@f@[@;i ;0;@; "Follow the Seeds;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@@@@@@@@@@@@@@@@@@@#@)@,@2@8@A@G@M@S@V@_@b[@@@@@@@@@@@#@2@8@G@S@_[ @@@@@@2@8@_[ @@@@_[@@_[@;i ;0;@; " Anarchy!;i}o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@s@|@@@@@@@@@@@@@@@@@@@@@@@@ @@@@!@*@-[@s@@@@@@@@@@@@@@!@*[ @@@@@@@@*[ @@@@[@@[@;i ;@r;0; "home cooking;i}o;;o; ;[ @[%25@ @@@@!@*@0@3@<@B@H@N@W@Z@c@f@o@x@{@@@@@@@@@@@@@[@ @@*@3@<@N@W@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@f@o[@o;i ;@;0; "early upsets;i}o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@H@N@W@Z@`@f@o@r@x@@@@@@@@@@@@@@@@@@@@@@@[@H@Z@f@o@@@@@@@@@@@@[ @H@f@@@@@@[ @H@@@[@@[@;i ;0;@G; " Brian 1;io;;o; ;[ @[%25@ @@@@$@''@-@3@<@B@K@N@T@]@c@f@o@x@~@|@@@@@@@@@@@@[@ @@$@-@B@K@T@f@o@~@@@@@@[ @@$@B@f@o@@@[ @@B@@[@@[@;i ;0;@; " Brian 2 ;i{o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@ @&@)@2@5@>@A@J@M@V@Y@b@h@k@q@w@}@@@@@@@@@@@@@@@[@ @2@5@A@M@b@h@q@}@@@@@@@[ @ @A@b@h@@@@[ @ @b@@[@b@[@b;i ;0;@; "Random Rules;io;;o; ;[ @[%25@ @@@@!@''@-@3@<@B@H@N@T@Z@c@f@o@x@{@|@@@@@@@@@@@@[@ @@''@3@<@H@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@ @[@ ;i ;0;@; "Barack Obama;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@ @ @ @ @ @ @%25 @( @1 @7 @= @C @F @L @R @X @a @g @m @s @y @ @ @ @ @ @ @ @ @ [@@ @ @ @( @7 @C @F @R @a @s @y @ @ @ @ [ @ @ @( @C @a @s @ @ [ @ @( @a @ [@( @a [@( ;i ;@;0; "Crazy Underdogs;ito;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @& @) @/ @8 @; @A @G @M @V @Y @_ @h @k @t @w [@ @ @ @ @ @ @ @ @ @) @; @G @M @_ @k @w [ @ @ @ @ @ @G @M @k [ @ @ @G @M [@ @M [@M ;i ;@ ;0; "Obama Inspired - Go Bears!;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @%00 @ @ @ @ @ @'' @* @0 @6 @< @B [@ @ @ @ @ @ @ @ @ @ @%00 @ @ @* @6 @< [ @ @ @ @ @ @%00 @ @< [ @ @ @%00 @ [@ @ [@ ;i ;0;@ ; "There''s No Place Like Home;io;;o; ;[ @[%25@ @@@@$@''@0@3@<@E@K@Q@W@Z@`@f@o@x@~@@@@@@@@@@@@@[@ @@''@0@<@K@W@`@o@~@@@@@@[ @ @0@<@`@o@@@[ @ @<@o@[@ @o[@o;i ;@;0; "Aye! Right!;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@] @c @i @o @u @{ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ [@] @o @{ @ @ @ @ @ @ @ @ @ @ @ @ @ [ @] @ @ @ @ @ @ @ [ @] @ @ @ [@ @ [@ ;i ;0;@\ ; " stefan;io;;o; ;[ @[%25@ @@@@!@''@0@3@<@B@H@N@T@Z@`@f@o@u@{@|@@@@@@@@@@@@[@ @@''@0@<@H@Z@f@o@|@@@@@@[ @ @0@<@Z@o@@@[ @ @Z@@[@ @[@ ;i ;0;@; "TripAdvisor;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@2 @8 @> @D @J @P @Y @\ @b @k @q @t @} @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ [@2 @D @P @\ @b @t @ @ @ @ @ @ @ @ @ @ [ @D @P @b @ @ @ @ @ [ @P @b @ @ [@b @ [@ ;i ;0;@1 ; "Guns n'' Roses;io;;o; ;[ @[%25@ @@@@!@''@0@3@<@B@H@N@W@Z@`@f@o@u@{@|@@@@@@@@@@@@[@ @@''@3@<@N@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @3@f@o@[@3@o[@o;i ;0;@; "Dave Matthews > god;ir' WHERE "id" = 1 Redirected to actionbracketid1 Completed in 805ms (DB: 34) | 302 Found [http://localhost/admin/edit/1] Processing AdminController#bracket (for 127.0.0.1 at 2009-03-23 20:13:35) [GET] Parameters: {"id"=>"1"} User Load (1.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (0.6ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.4ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (1.1ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Entry Load (1.2ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (0.5ms) UPDATE "entries" SET "updated_at" = '2009-03-24 03:13:35', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi:@short_name"Lou: @name"Louisvilleo;;i; "MrS; "Morehead Stateo;;i ; "OSU; "Ohio Stateo;;i; "Sie; " Sienao;;i ; "Uta; " Utaho;;i; "UA; " Arizonao;;i ; "WkF; "Wake Foresto;;i; "ClS; "Cleveland Stateo;;i ; "WVa; "West Virginiao;;i; "Day; " Daytono;;i; "Kan; " Kansaso;;i; "NDS; "North Dakota Stateo;;i ; "BC; "Boston Collegeo;;i; "USC; "USCo;;i; "MSU; "Michigan St.o;;i; "RbM; "Robert Morriso;;i; "Con; "Connecticuto;;i; "Cht; "Chattanoogao;;i ; "BYU; "BYUo;;i; "A&M; "Texas A&Mo;;i ; "Pur; " Purdueo;;i; "NIo; "Northern Iowao;;i ; "Was; "Washingtono;;i; "MiS; "Mississippi St.o;;i ; "Mar; "Marquetteo;;i; "USt; "Utah Stateo;;i; "Msr; " Missourio;;i; "Cor; " Cornello;;i ; "Cal; "Californiao;;i; "Mry; " Marylando;;i; "Mem; " Memphiso;;i; "CSN; "Cal State Northridgeo;;i; "Pit; "Pittsburgho;;i; "ETS; "East Tennessee Stateo;;i ; "OkS; "Oklahoma Stateo;;i; "Ten; "Tennesseeo;;i ; "FSU; "Florida Stateo;;i; "Wis; "Wisconsino;;i ; "Xav; " Xaviero;;i; "PSt; "Portland St.o;;i ; "ULA; " UCLAo;;i; "VAC; "Virginia Commonwealtho;;i; "Vil; "Villanovao;;i; "Am; " Americano;;i ; "Tex; " Texaso;;i; "Min; "Minnesotao;;i; "Duk; " Dukeo;;i; "Bin; "Binghamtono;;i; "UNC; "North Carolinao;;i; "Rad; " Radfordo;;i ; "LSU; "LSUo;;i; "But; " Butlero;;i ; "Ill; " Illinoiso;;i; "WKy; "W. Kentuckyo;;i ; "Gon; " Gonzagao;;i; "Akr; " Akrono;;i ; "ASU; "Arizona Stateo;;i; "Tem; " Templeo;;i; "Syr; " Syracuseo;;i; "SFA; "Stephen F. Austino;;i ; "Clm; " Clemsono;;i; "UM; " Michigano;;i; "Okl; " Oklahomao;;i; "MgS; "Morgan State[%25@@@@@#@&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[ @@2@D@b@h@@@[ :unk; ; ; [; ; [; : @roundsi :@number_of_outcomes0: @teams@' WHERE "id" = 1 Rendering template within layouts/bracket Rendering admin/bracket Role Exists (0.5ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (1.1ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendered shared/_bracket (56.0ms) User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (15.1ms) Completed in 486ms (View: 367, DB: 8) | 200 OK [http://localhost/admin/bracket/1] Processing PoolController#index (for 127.0.0.1 at 2009-03-23 20:13:38) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (2.5ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (1.3ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (2.4ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (2.4ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.7ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (1.4ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (2.1ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (1.3ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (1.8ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (1.5ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (5.9ms) Completed in 977ms (View: 954, DB: 0) | 200 OK [http://localhost/] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 20:13:40) [GET] Parameters: {"report"=>"leader", "id"=>"1"} Pool Load (2.7ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (41.3ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_leader (1629.9ms) Rendered reports/_report (1640.0ms) Role Load (0.7ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (58.8ms) Completed in 1890ms (View: 1737, DB: 3) | 200 OK [http://localhost/reports/1/leader] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-23 20:13:53) [GET] Parameters: {"id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 197ms (View: 0, DB: 1) | 200 OK [http://localhost/reports/gen_possibility/1] -> UNK% Complete UNKs remaining ... Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 20:14:14) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (15.2ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (4.1ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_possibility (61.4ms) Rendered reports/_report (65.8ms) Role Load (1.8ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (44.7ms) Completed in 1031ms (View: 136, DB: 15) | 200 OK [http://localhost/reports/1/possibility] Processing EntryController#show (for 127.0.0.1 at 2009-03-23 20:14:49) [GET] Parameters: {"id"=>"9"} User Load (1.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (1.1ms) SELECT * FROM "entries" WHERE ("entries"."id" = 9)  Pool Load (2.0ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/bracket Rendering entry/show Role Load (0.6ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.4ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Rendered shared/_bracket (61.4ms) User Load (0.6ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (5.8ms) Completed in 1018ms (View: 267, DB: 4) | 200 OK [http://localhost/entry/show/9] Processing PoolController#index (for 127.0.0.1 at 2009-03-23 20:16:02) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (15.3ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (1.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (1.2ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (2.4ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.7ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (1.4ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (1.0ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.7ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (1.3ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (6.3ms) Completed in 735ms (View: 729, DB: 0) | 200 OK [http://localhost/] Processing AdminController#pool (for 127.0.0.1 at 2009-03-23 20:16:09) [GET] Parameters: {"id"=>"1"} User Load (1.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (2.3ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.7ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/default Rendering admin/pool SQL (2.5ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  SQL (1.2ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  CACHE (0.0ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 SQL (0.9ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  User Load (13.6ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (19.4ms) Completed in 781ms (View: 207, DB: 6) | 200 OK [http://localhost/admin/pool/1] Processing TeamsController#choose (for 127.0.0.1 at 2009-03-23 20:16:27) [GET] Parameters: {"id"=>"1"} User Load (2.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.8ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/default Rendering teams/choose Region Load (2.0ms) SELECT * FROM "regions" WHERE ("regions".pool_id = 1) ORDER BY position Seeding Load (79.6ms) SELECT * FROM "seedings" WHERE ("seedings".pool_id = 1)  Team Load (0.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 11)  Team Load (1.0ms) SELECT * FROM "teams" WHERE ("teams"."id" = 37)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 17)  Team Load (0.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 327)  Team Load (0.9ms) SELECT * FROM "teams" WHERE ("teams"."id" = 316)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 61)  Team Load (1.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 81)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 241)  Team Load (12.6ms) SELECT * FROM "teams" WHERE ("teams"."id" = 24)  Team Load (1.1ms) SELECT * FROM "teams" WHERE ("teams"."id" = 25)  Team Load (1.0ms) SELECT * FROM "teams" WHERE ("teams"."id" = 114)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 62)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 106)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 229)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 260)  Team Load (1.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 55)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 33)  Team Load (0.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 204)  Team Load (15.9ms) SELECT * FROM "teams" WHERE ("teams"."id" = 328)  Team Load (0.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 57)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 41)  Team Load (3.6ms) SELECT * FROM "teams" WHERE ("teams"."id" = 92)  Team Load (0.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 51)  Team Load (0.9ms) SELECT * FROM "teams" WHERE ("teams"."id" = 52)  Team Load (0.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 193)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 317)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 236)  Team Load (15.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 35)  Team Load (2.1ms) SELECT * FROM "teams" WHERE ("teams"."id" = 44)  Team Load (1.1ms) SELECT * FROM "teams" WHERE ("teams"."id" = 91)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 102)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 39)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 63)  Team Load (0.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 22)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 59)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 137)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 49)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 47)  Team Load (1.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 242)  Team Load (1.1ms) SELECT * FROM "teams" WHERE ("teams"."id" = 15)  Team Load (0.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 202)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 323)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 27)  Team Load (0.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 18)  Team Load (0.9ms) SELECT * FROM "teams" WHERE ("teams"."id" = 16)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 80)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 123)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 1)  Team Load (12.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 9)  Team Load (1.2ms) SELECT * FROM "teams" WHERE ("teams"."id" = 293)  Team Load (0.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 29)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 160)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 72)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 21)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 188)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 13)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 199)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 38)  Team Load (0.7ms) SELECT * FROM "teams" WHERE ("teams"."id" = 54)  Team Load (11.9ms) SELECT * FROM "teams" WHERE ("teams"."id" = 66)  Team Load (1.6ms) SELECT * FROM "teams" WHERE ("teams"."id" = 291)  Team Load (0.9ms) SELECT * FROM "teams" WHERE ("teams"."id" = 210)  Team Load (0.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 255)  Team Load (0.8ms) SELECT * FROM "teams" WHERE ("teams"."id" = 209)  CACHE (0.0ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 SQL (1.0ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  User Load (1.4ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (5.6ms) Completed in 1334ms (View: 1123, DB: 6) | 200 OK [http://localhost/teams/choose/1] Processing PoolController#index (for 127.0.0.1 at 2009-03-23 20:16:36) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (2.5ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (1.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (1.2ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (1.4ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.7ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (2.5ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (0.9ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.7ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (1.5ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (5.8ms) Completed in 856ms (View: 845, DB: 0) | 200 OK [http://localhost/] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 20:16:48) [GET] Parameters: {"report"=>"leader", "id"=>"1"} Pool Load (1.3ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (20.9ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_leader (1173.3ms) Rendered reports/_report (1532.4ms) Role Load (0.7ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (44.4ms) Completed in 1722ms (View: 1603, DB: 1) | 200 OK [http://localhost/reports/1/leader] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 20:16:58) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (20.4ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_possibility (202.8ms) Rendered reports/_report (210.4ms) Role Load (2.2ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.5ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (117.3ms) Completed in 1250ms (View: 390, DB: 1) | 200 OK [http://localhost/reports/1/possibility] Processing EntryController#show (for 127.0.0.1 at 2009-03-23 20:17:13) [GET] Parameters: {"id"=>"2"} User Load (1.3ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (1.9ms) SELECT * FROM "entries" WHERE ("entries"."id" = 2)  Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/bracket Rendering entry/show Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (1.6ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Rendered shared/_bracket (138.1ms) User Load (1.3ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (24.9ms) Completed in 660ms (View: 446, DB: 5) | 200 OK [http://localhost/entry/show/2] Processing PoolController#index (for 127.0.0.1 at 2009-03-23 20:17:50) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (2.7ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (2.3ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (1.2ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (1.2ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.9ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (1.5ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (1.0ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (0.6ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.4ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (0.6ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (2.8ms) Completed in 431ms (View: 425, DB: 0) | 200 OK [http://localhost/] Processing AdminController#bracket (for 127.0.0.1 at 2009-03-23 20:17:52) [GET] Parameters: {"id"=>"1"} User Load (0.8ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (0.7ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.5ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (2.0ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Entry Load (2.3ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (0.6ms) UPDATE "entries" SET "updated_at" = '2009-03-24 03:17:52', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi: @name"Louisville:@short_name"Louo;;i; "Morehead State; "MrSo;;i ; "Ohio State; "OSUo;;i; " Siena; "Sieo;;i ; " Utah; "Utao;;i; " Arizona; "UAo;;i ; "Wake Forest; "WkFo;;i; "Cleveland State; "ClSo;;i ; "West Virginia; "WVao;;i; " Dayton; "Dayo;;i; " Kansas; "Kano;;i; "North Dakota State; "NDSo;;i ; "Boston College; "BCo;;i; "USC; "USCo;;i; "Michigan St.; "MSUo;;i; "Robert Morris; "RbMo;;i; "Connecticut; "Cono;;i; "Chattanooga; "Chto;;i ; "BYU; "BYUo;;i; "Texas A&M; "A&Mo;;i ; " Purdue; "Puro;;i; "Northern Iowa; "NIoo;;i ; "Washington; "Waso;;i; "Mississippi St.; "MiSo;;i ; "Marquette; "Maro;;i; "Utah State; "USto;;i; " Missouri; "Msro;;i; " Cornell; "Coro;;i ; "California; "Calo;;i; " Maryland; "Mryo;;i; " Memphis; "Memo;;i; "Cal State Northridge; "CSNo;;i; "Pittsburgh; "Pito;;i; "East Tennessee State; "ETSo;;i ; "Oklahoma State; "OkSo;;i; "Tennessee; "Teno;;i ; "Florida State; "FSUo;;i; "Wisconsin; "Wiso;;i ; " Xavier; "Xavo;;i; "Portland St.; "PSto;;i ; " UCLA; "ULAo;;i; "Virginia Commonwealth; "VACo;;i; "Villanova; "Vilo;;i; " American; "Amo;;i ; " Texas; "Texo;;i; "Minnesota; "Mino;;i; " Duke; "Duko;;i; "Binghamton; "Bino;;i; "North Carolina; "UNCo;;i; " Radford; "Rado;;i ; "LSU; "LSUo;;i; " Butler; "Buto;;i ; " Illinois; "Illo;;i; "W. Kentucky; "WKyo;;i ; " Gonzaga; "Gono;;i; " Akron; "Akro;;i ; "Arizona State; "ASUo;;i; " Temple; "Temo;;i; " Syracuse; "Syro;;i; "Stephen F. Austin; "SFAo;;i ; " Clemson; "Clmo;;i; " Michigan; "UMo;;i; " Oklahoma; "Oklo;;i; "Morgan State; "MgS[%25@@@@@#@&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[ @@2@D@b@h@@@[ :unk; ; ; [; ; [; : @roundsi : @teams@:@number_of_outcomes0' WHERE "id" = 1 Rendering template within layouts/bracket Rendering admin/bracket Role Exists (0.6ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (0.8ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendered shared/_bracket (47.1ms) User Load (1.0ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (7.1ms) Completed in 422ms (View: 202, DB: 9) | 200 OK [http://localhost/admin/bracket/1] Processing AdminController#edit (for 127.0.0.1 at 2009-03-23 20:18:01) [PUT] Parameters: {"picks"=>"122221211211112111211111112111211122112212221222121212120000000", "authenticity_token"=>"8f46439700f8fae909ed2b54acdcc95ba0559030", "id"=>"1", "entry"=>{"name"=>"Tournament Bracket", "tie_break"=>""}, "pool_id"=>"1"} User Load (2.3ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (2.4ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.7ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Entry Load (1.2ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 Pool Load (2.9ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  PICKS: 122221211211112111211111112111211122112212221222121212120000000 Round 1 game 1 pick 1 idx 0 --> Team = Louisville Round 1 game 2 pick 2 idx 1 --> Team = Siena Round 1 game 3 pick 2 idx 2 --> Team = Arizona Round 1 game 4 pick 2 idx 3 --> Team = Cleveland State Round 1 game 5 pick 2 idx 4 --> Team = Dayton Round 1 game 6 pick 1 idx 5 --> Team = Kansas Round 1 game 7 pick 2 idx 6 --> Team = USC Round 1 game 8 pick 1 idx 7 --> Team = Michigan St. Round 1 game 9 pick 1 idx 8 --> Team = Connecticut Round 1 game 10 pick 2 idx 9 --> Team = Texas A&M Round 1 game 11 pick 1 idx 10 --> Team = Purdue Round 1 game 12 pick 1 idx 11 --> Team = Washington Round 1 game 13 pick 1 idx 12 --> Team = Marquette Round 1 game 14 pick 1 idx 13 --> Team = Missouri Round 1 game 15 pick 2 idx 14 --> Team = Maryland Round 1 game 16 pick 1 idx 15 --> Team = Memphis Round 1 game 17 pick 1 idx 16 --> Team = Pittsburgh Round 1 game 18 pick 1 idx 17 --> Team = Oklahoma State Round 1 game 19 pick 2 idx 18 --> Team = Wisconsin Round 1 game 20 pick 1 idx 19 --> Team = Xavier Round 1 game 21 pick 1 idx 20 --> Team = UCLA Round 1 game 22 pick 1 idx 21 --> Team = Villanova Round 1 game 23 pick 1 idx 22 --> Team = Texas Round 1 game 24 pick 1 idx 23 --> Team = Duke Round 1 game 25 pick 1 idx 24 --> Team = North Carolina Round 1 game 26 pick 1 idx 25 --> Team = LSU Round 1 game 27 pick 2 idx 26 --> Team = W. Kentucky Round 1 game 28 pick 1 idx 27 --> Team = Gonzaga Round 1 game 29 pick 1 idx 28 --> Team = Arizona State Round 1 game 30 pick 1 idx 29 --> Team = Syracuse Round 1 game 31 pick 2 idx 30 --> Team = Michigan Round 1 game 32 pick 1 idx 31 --> Team = Oklahoma Round 2 game 1 pick 1 idx 32 --> Team = Louisville Round 2 game 2 pick 1 idx 33 --> Team = Arizona Round 2 game 3 pick 2 idx 34 --> Team = Kansas Round 2 game 4 pick 2 idx 35 --> Team = Michigan St. Round 2 game 5 pick 1 idx 36 --> Team = Connecticut Round 2 game 6 pick 1 idx 37 --> Team = Purdue Round 2 game 7 pick 2 idx 38 --> Team = Missouri Round 2 game 8 pick 2 idx 39 --> Team = Memphis Round 2 game 9 pick 1 idx 40 --> Team = Pittsburgh Round 2 game 10 pick 2 idx 41 --> Team = Xavier Round 2 game 11 pick 2 idx 42 --> Team = Villanova Round 2 game 12 pick 2 idx 43 --> Team = Duke Round 2 game 13 pick 1 idx 44 --> Team = North Carolina Round 2 game 14 pick 2 idx 45 --> Team = Gonzaga Round 2 game 15 pick 2 idx 46 --> Team = Syracuse Round 2 game 16 pick 2 idx 47 --> Team = Oklahoma Round 3 game 1 pick 1 idx 48 --> Team = Louisville Round 3 game 2 pick 2 idx 49 --> Team = Michigan St. Round 3 game 3 pick 1 idx 50 --> Team = Connecticut Round 3 game 4 pick 2 idx 51 --> Team = Memphis Round 3 game 5 pick 1 idx 52 --> Team = Pittsburgh Round 3 game 6 pick 2 idx 53 --> Team = Duke Round 3 game 7 pick 1 idx 54 --> Team = North Carolina Round 3 game 8 pick 2 idx 55 --> Team = Oklahoma Round 4 game 1 pick 0 idx 56 Round 4 game 2 pick 0 idx 57 Round 4 game 3 pick 0 idx 58 Round 4 game 4 pick 0 idx 59 Round 5 game 1 pick 0 idx 60 Round 5 game 2 pick 0 idx 61 Round 6 game 1 pick 0 idx 62 SAVING ENTRY PARAMS: {"name"=>"Tournament Bracket", "tie_break"=>""} DONE SAVING ENTRY PARAMS MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (0.9ms) UPDATE "entries" SET "updated_at" = '2009-03-24 03:18:02', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi:@short_name"Lou: @name"Louisvilleo;;i; "MrS; "Morehead Stateo;;i ; "OSU; "Ohio Stateo;;i; "Sie; " Sienao;;i ; "Uta; " Utaho;;i; "UA; " Arizonao;;i ; "WkF; "Wake Foresto;;i; "ClS; "Cleveland Stateo;;i ; "WVa; "West Virginiao;;i; "Day; " Daytono;;i; "Kan; " Kansaso;;i; "NDS; "North Dakota Stateo;;i ; "BC; "Boston Collegeo;;i; "USC; "USCo;;i; "MSU; "Michigan St.o;;i; "RbM; "Robert Morriso;;i; "Con; "Connecticuto;;i; "Cht; "Chattanoogao;;i ; "BYU; "BYUo;;i; "A&M; "Texas A&Mo;;i ; "Pur; " Purdueo;;i; "NIo; "Northern Iowao;;i ; "Was; "Washingtono;;i; "MiS; "Mississippi St.o;;i ; "Mar; "Marquetteo;;i; "USt; "Utah Stateo;;i; "Msr; " Missourio;;i; "Cor; " Cornello;;i ; "Cal; "Californiao;;i; "Mry; " Marylando;;i; "Mem; " Memphiso;;i; "CSN; "Cal State Northridgeo;;i; "Pit; "Pittsburgho;;i; "ETS; "East Tennessee Stateo;;i ; "OkS; "Oklahoma Stateo;;i; "Ten; "Tennesseeo;;i ; "FSU; "Florida Stateo;;i; "Wis; "Wisconsino;;i ; "Xav; " Xaviero;;i; "PSt; "Portland St.o;;i ; "ULA; " UCLAo;;i; "VAC; "Virginia Commonwealtho;;i; "Vil; "Villanovao;;i; "Am; " Americano;;i ; "Tex; " Texaso;;i; "Min; "Minnesotao;;i; "Duk; " Dukeo;;i; "Bin; "Binghamtono;;i; "UNC; "North Carolinao;;i; "Rad; " Radfordo;;i ; "LSU; "LSUo;;i; "But; " Butlero;;i ; "Ill; " Illinoiso;;i; "WKy; "W. Kentuckyo;;i ; "Gon; " Gonzagao;;i; "Akr; " Akrono;;i ; "ASU; "Arizona Stateo;;i; "Tem; " Templeo;;i; "Syr; " Syracuseo;;i; "SFA; "Stephen F. Austino;;i ; "Clm; " Clemsono;;i; "UM; " Michigano;;i; "Okl; " Oklahomao;;i; "MgS; "Morgan State[%25@@@@@#@&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[ @@2@8@b@h@@@[ :unk; ; ; [; ; [; : @roundsi :@number_of_outcomes0: @teams@' WHERE "id" = 1 Pool Exists (0.5ms) SELECT "pools".id FROM "pools" WHERE ("pools"."name" = '2009 NCAA Tournament' AND "pools".id <> 1) LIMIT 1 Before saving pool: AR Pool scoring strategy = "Tournament::ScoringStrategy::TweakedJoshPatashnik" Pool Update (1.8ms) UPDATE "pools" SET "updated_at" = '2009-03-24 03:18:02', "data" = 'o:Tournament::Pool : @regions[ {: teams[o:Tournament::Team: @seedi:@short_name"Lou: @name"Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morris: name" Midwest{;[o;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridge; " West{;[o;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamton; " East{;[o;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State; " South:@scoring_strategyo:6Tournament::ScoringStrategy::TweakedJoshPatashnik%00:@entry_fee"5:@tournament_entryo:Tournament::Entry: @pickso:Tournament::Bracket : @winners[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@@@@@@@@@@ @@@@"@+@.@4@:@C@F@L@R@X@^@d@j@s@v@|@@@[@@@@@@@"@.@4@F@R@^@d@v@@[ @@@@.@4@^@d@[ :unk;;;[;;[;: @roundsi :@number_of_outcomes0: @teams@; "Tournament Bracket:@tie_breaker0: @payouts{"1iU: lasti"2i: @entries[o;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@@@@@@@@@@@@@@@@@@ @@@@!@''@-@3@<@?@H@N@Q@Z@][@@@@@@@@@@@!@-@3@H@Q@][ @@@@@@-@3@][ @@@@3[@@[@;i ;@;0; "Doug Wins!;i}o;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@n@t@}@@@@@@@@@@@@@@@@@@@@@@@@ @@@@%25@([@n@@@@@@@@@@@@@@@%25[ @n@@@@@@@%25[ @@@@[@@[@;i ;0;@m; "M Go Blue;ixo;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@9@?@H@K@Q@W@`@c@i@o@u@~@@@@@@@@@@@@@@@@@@@@[@9@K@W@c@i@~@@@@@@@@@@[ @9@c@i@@@@@[ @9@i@@[@i@[@;i ;0;@8; "OH HELL NO!!;io;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@@ @@@@"@+@.@4@=@@@F@O@R@[@^@d@m@p@v@|@@@@@@@@@@@[@@@"@+@4@F@R@^@d@p@@@@@@[ @@"@4@R@d@@@[ @@4@@[@@[@;i ;@;0; "Big Winner #1;i{o;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@@@@@@@@@@@ @@@@#@)@/@8@>@A@G@P@S@Y@_@e@k@q@w@}@@[@@@@@@@@)@8@>@G@Y@_@k@w@[ @@@@)@8@G@_@[ @@)@8@_[@@_[@;i ;0;@; "Huanjin_winning_selection;iio;;o; ;[ [E@ o;; i; "MrS; "Morehead State@@@@@@@!@$@''@*@-@0@3@6@<@?@B@E@H@K@N@Q@T@W@Z@]@`@c@f@i@o@r@u@x@{@~@|@@@@@@@@@@@@@@@@@@@@@@@@@[%25@ @@@@!@''@-@3@<@E@H@N@W@Z@c@f@o@x@{@@@@@@@@@@@@@[@ @@''@3@<@N@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@f@[@;i ;@;0; "Follow the Seeds;io;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@@@@@@@@@@@@@@@@@@@@@#@)@,@2@8@A@G@M@S@V@_@b[@@@@@@@@@@@#@2@8@G@S@_[ @@@@@@2@8@_[ @@@@_[@@_[@;i ;@;0; " Anarchy!;i}o;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@s@|@@@@@@@@@@@@@@@@@@@@@@@@ @@@@!@*@-[@s@@@@@@@@@@@@@@!@*[ @@@@@@@@*[ @@@@[@@[@;i ;0;@r; "home cooking;i}o;;o; ;[ @[%25@ @@@@!@*@0@3@<@B@H@N@W@Z@c@f@o@x@{@@@@@@@@@@@@@[@ @@*@3@<@N@W@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@f@o[@o;i ;0;@; "early upsets;i}o;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@H@N@W@Z@`@f@o@r@x@@@@@@@@@@@@@@@@@@@@@@@[@H@Z@f@o@@@@@@@@@@@@[ @H@f@@@@@@[ @H@@@[@@[@;i ;@G;0; " Brian 1;io;;o; ;[ @[%25@ @@@@$@''@-@3@<@B@K@N@T@]@c@f@o@x@~@|@@@@@@@@@@@@[@ @@$@-@B@K@T@f@o@~@@@@@@[ @@$@B@f@o@@@[ @@B@@[@@[@;i ;@;0; " Brian 2 ;i{o;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@ @&@)@2@5@>@A@J@M@V@Y@b@h@k@q@w@}@@@@@@@@@@@@@@@[@ @2@5@A@M@b@h@q@}@@@@@@@[ @ @A@b@h@@@@[ @ @b@@[@b@[@b;i ;@;0; "Random Rules;io;;o; ;[ @[%25@ @@@@!@''@-@3@<@B@H@N@T@Z@c@f@o@x@{@|@@@@@@@@@@@@[@ @@''@3@<@H@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@ @[@ ;i ;@;0; "Barack Obama;io;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@@@ @ @ @ @ @ @%25 @( @1 @7 @= @C @F @L @R @X @a @g @m @s @y @ @ @ @ @ @ @ @ @ [@@ @ @ @( @7 @C @F @R @a @s @y @ @ @ @ [ @ @ @( @C @a @s @ @ [ @ @( @a @ [@( @a [@( ;i ;0;@; "Crazy Underdogs;ito;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @& @) @/ @8 @; @A @G @M @V @Y @_ @h @k @t @w [@ @ @ @ @ @ @ @ @ @) @; @G @M @_ @k @w [ @ @ @ @ @ @G @M @k [ @ @ @G @M [@ @M [@M ;i ;0;@ ; "Obama Inspired - Go Bears!;io;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @%00 @ @ @ @ @ @'' @* @0 @6 @< @B [@ @ @ @ @ @ @ @ @ @ @%00 @ @ @* @6 @< [ @ @ @ @ @ @%00 @ @< [ @ @ @%00 @ [@ @ [@ ;i ;@ ;0; "There''s No Place Like Home;io;;o; ;[ @[%25@ @@@@$@''@0@3@<@E@K@Q@W@Z@`@f@o@x@~@@@@@@@@@@@@@[@ @@''@0@<@K@W@`@o@~@@@@@@[ @ @0@<@`@o@@@[ @ @<@o@[@ @o[@o;i ;0;@; "Aye! Right!;io;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@] @c @i @o @u @{ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ [@] @o @{ @ @ @ @ @ @ @ @ @ @ @ @ @ [ @] @ @ @ @ @ @ @ [ @] @ @ @ [@ @ [@ ;i ;@\ ;0; " stefan;io;;o; ;[ @[%25@ @@@@!@''@0@3@<@B@H@N@T@Z@`@f@o@u@{@|@@@@@@@@@@@@[@ @@''@0@<@H@Z@f@o@|@@@@@@[ @ @0@<@Z@o@@@[ @ @Z@@[@ @[@ ;i ;@;0; "TripAdvisor;io;;o; ;[ [Eo;; i; "Lou; "Louisvilleo;; i; "MrS; "Morehead Stateo;; i ; "OSU; "Ohio Stateo;; i; "Sie; " Sienao;; i ; "Uta; " Utaho;; i; "UA; " Arizonao;; i ; "WkF; "Wake Foresto;; i; "ClS; "Cleveland Stateo;; i ; "WVa; "West Virginiao;; i; "Day; " Daytono;; i; "Kan; " Kansaso;; i; "NDS; "North Dakota Stateo;; i ; "BC; "Boston Collegeo;; i; "USC; "USCo;; i; "MSU; "Michigan St.o;; i; "RbM; "Robert Morriso;; i; "Con; "Connecticuto;; i; "Cht; "Chattanoogao;; i ; "BYU; "BYUo;; i; "A&M; "Texas A&Mo;; i ; "Pur; " Purdueo;; i; "NIo; "Northern Iowao;; i ; "Was; "Washingtono;; i; "MiS; "Mississippi St.o;; i ; "Mar; "Marquetteo;; i; "USt; "Utah Stateo;; i; "Msr; " Missourio;; i; "Cor; " Cornello;; i ; "Cal; "Californiao;; i; "Mry; " Marylando;; i; "Mem; " Memphiso;; i; "CSN; "Cal State Northridgeo;; i; "Pit; "Pittsburgho;; i; "ETS; "East Tennessee Stateo;; i ; "OkS; "Oklahoma Stateo;; i; "Ten; "Tennesseeo;; i ; "FSU; "Florida Stateo;; i; "Wis; "Wisconsino;; i ; "Xav; " Xaviero;; i; "PSt; "Portland St.o;; i ; "ULA; " UCLAo;; i; "VAC; "Virginia Commonwealtho;; i; "Vil; "Villanovao;; i; "Am; " Americano;; i ; "Tex; " Texaso;; i; "Min; "Minnesotao;; i; "Duk; " Dukeo;; i; "Bin; "Binghamtono;; i; "UNC; "North Carolinao;; i; "Rad; " Radfordo;; i ; "LSU; "LSUo;; i; "But; " Butlero;; i ; "Ill; " Illinoiso;; i; "WKy; "W. Kentuckyo;; i ; "Gon; " Gonzagao;; i; "Akr; " Akrono;; i ; "ASU; "Arizona Stateo;; i; "Tem; " Templeo;; i; "Syr; " Syracuseo;; i; "SFA; "Stephen F. Austino;; i ; "Clm; " Clemsono;; i; "UM; " Michigano;; i; "Okl; " Oklahomao;; i; "MgS; "Morgan State[%25@2 @8 @> @D @J @P @Y @\ @b @k @q @t @} @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ [@2 @D @P @\ @b @t @ @ @ @ @ @ @ @ @ @ [ @D @P @b @ @ @ @ @ [ @P @b @ @ [@b @ [@ ;i ;@1 ;0; "Guns n'' Roses;io;;o; ;[ @[%25@ @@@@!@''@0@3@<@B@H@N@W@Z@`@f@o@u@{@|@@@@@@@@@@@@[@ @@''@3@<@N@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @3@f@o@[@3@o[@o;i ;@;0; "Dave Matthews > god;ir' WHERE "id" = 1 Redirected to actionbracketid1 Completed in 384ms (DB: 13) | 302 Found [http://localhost/admin/edit/1] Processing AdminController#bracket (for 127.0.0.1 at 2009-03-23 20:18:02) [GET] Parameters: {"id"=>"1"} User Load (0.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (0.9ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.6ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (2.0ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Entry Load (1.5ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (0.5ms) UPDATE "entries" SET "updated_at" = '2009-03-24 03:18:03', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi: @name"Louisville:@short_name"Louo;;i; "Morehead State; "MrSo;;i ; "Ohio State; "OSUo;;i; " Siena; "Sieo;;i ; " Utah; "Utao;;i; " Arizona; "UAo;;i ; "Wake Forest; "WkFo;;i; "Cleveland State; "ClSo;;i ; "West Virginia; "WVao;;i; " Dayton; "Dayo;;i; " Kansas; "Kano;;i; "North Dakota State; "NDSo;;i ; "Boston College; "BCo;;i; "USC; "USCo;;i; "Michigan St.; "MSUo;;i; "Robert Morris; "RbMo;;i; "Connecticut; "Cono;;i; "Chattanooga; "Chto;;i ; "BYU; "BYUo;;i; "Texas A&M; "A&Mo;;i ; " Purdue; "Puro;;i; "Northern Iowa; "NIoo;;i ; "Washington; "Waso;;i; "Mississippi St.; "MiSo;;i ; "Marquette; "Maro;;i; "Utah State; "USto;;i; " Missouri; "Msro;;i; " Cornell; "Coro;;i ; "California; "Calo;;i; " Maryland; "Mryo;;i; " Memphis; "Memo;;i; "Cal State Northridge; "CSNo;;i; "Pittsburgh; "Pito;;i; "East Tennessee State; "ETSo;;i ; "Oklahoma State; "OkSo;;i; "Tennessee; "Teno;;i ; "Florida State; "FSUo;;i; "Wisconsin; "Wiso;;i ; " Xavier; "Xavo;;i; "Portland St.; "PSto;;i ; " UCLA; "ULAo;;i; "Virginia Commonwealth; "VACo;;i; "Villanova; "Vilo;;i; " American; "Amo;;i ; " Texas; "Texo;;i; "Minnesota; "Mino;;i; " Duke; "Duko;;i; "Binghamton; "Bino;;i; "North Carolina; "UNCo;;i; " Radford; "Rado;;i ; "LSU; "LSUo;;i; " Butler; "Buto;;i ; " Illinois; "Illo;;i; "W. Kentucky; "WKyo;;i ; " Gonzaga; "Gono;;i; " Akron; "Akro;;i ; "Arizona State; "ASUo;;i; " Temple; "Temo;;i; " Syracuse; "Syro;;i; "Stephen F. Austin; "SFAo;;i ; " Clemson; "Clmo;;i; " Michigan; "UMo;;i; " Oklahoma; "Oklo;;i; "Morgan State; "MgS[%25@@@@@#@&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[ @@2@8@b@h@@@[ :unk; ; ; [; ; [; : @roundsi : @teams@:@number_of_outcomes0' WHERE "id" = 1 Rendering template within layouts/bracket Rendering admin/bracket Role Exists (0.5ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (0.7ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendered shared/_bracket (50.2ms) User Load (1.5ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (17.3ms) Completed in 742ms (View: 171, DB: 9) | 200 OK [http://localhost/admin/bracket/1] Processing PoolController#index (for 127.0.0.1 at 2009-03-23 20:18:06) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (1.4ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (9.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (0.9ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (8.7ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (1.2ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (0.7ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (0.5ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (0.6ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (1.4ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (1.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (17.4ms) Completed in 827ms (View: 809, DB: 0) | 200 OK [http://localhost/] Processing ReportsController#gen_possibility (for 127.0.0.1 at 2009-03-23 20:18:10) [GET] Parameters: {"id"=>"1"} Pool Load (2.2ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Completed in 571ms (View: 0, DB: 2) | 200 OK [http://localhost/reports/gen_possibility/1] -> UNK% Complete UNKs remaining ... Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 20:18:31) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (3.7ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_possibility (98.2ms) Rendered reports/_report (105.3ms) Role Load (1.6ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (50.3ms) Completed in 1155ms (View: 194, DB: 2) | 200 OK [http://localhost/reports/1/possibility] Processing EntryController#show (for 127.0.0.1 at 2009-03-23 20:19:21) [GET] Parameters: {"id"=>"7"} User Load (1.3ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (1.8ms) SELECT * FROM "entries" WHERE ("entries"."id" = 7)  Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/bracket Rendering entry/show Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.8ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Rendered shared/_bracket (135.1ms) User Load (2.1ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (14.0ms) Completed in 641ms (View: 435, DB: 4) | 200 OK [http://localhost/entry/show/7] Processing PoolController#index (for 127.0.0.1 at 2009-03-23 20:19:58) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (2.6ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (1.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (1.3ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (2.3ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.8ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (1.3ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (1.5ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.7ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (13.4ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (18.9ms) Completed in 447ms (View: 441, DB: 0) | 200 OK [http://localhost/] Processing ReportsController#show (for 127.0.0.1 at 2009-03-23 20:20:05) [GET] Parameters: {"report"=>"leader", "id"=>"1"} Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (21.4ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_leader (753.8ms) Rendered reports/_report (773.9ms) Role Load (0.7ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.8ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (256.5ms) Completed in 1169ms (View: 1058, DB: 1) | 200 OK [http://localhost/reports/1/leader] Pool Load (0.2ms) SELECT * FROM "pools" WHERE ("pools"."id" = 0)  Pool Load (50.9ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Pool Load (0.6ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Pool Load (0.6ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Pool Load (0.6ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Pool Load (0.6ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Processing PoolController#index (for 127.0.0.1 at 2009-03-24 19:29:07) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (2.0ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  Entry Load (36.8ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (2.1ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.4ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Role Load (1.4ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.8ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (228.4ms) Completed in 537ms (View: 526, DB: 0) | 200 OK [http://localhost/] Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 19:29:10) [GET] Parameters: {"id"=>"1"} Pool Load (1.9ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (2.3ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (129.7ms) Completed in 403ms (View: 258, DB: 2) | 200 OK [http://localhost/reports/1] Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 19:29:13) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.7ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (18.8ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_possibility (167.0ms) Rendered reports/_report (208.8ms) Role Load (2.0ms) SELECT * FROM "roles" ORDER BY position asc User Load (5.9ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (345.2ms) Completed in 1029ms (View: 599, DB: 2) | 200 OK [http://localhost/reports/1/possibility] Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 19:29:22) [GET] Parameters: {"report"=>"leader", "id"=>"1"} Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (12.2ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_leader (1224.2ms) Rendered reports/_report (1260.9ms) Role Load (0.7ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (382.8ms) Completed in 1849ms (View: 1718, DB: 1) | 200 OK [http://localhost/reports/1/leader] Processing SessionsController#new (for 127.0.0.1 at 2009-03-24 19:30:39) [GET] Rendering template within layouts/default Rendering sessions/new Role Load (2.3ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.6ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (122.1ms) Completed in 226ms (View: 192, DB: 0) | 200 OK [http://localhost/login] Processing SessionsController#create (for 127.0.0.1 at 2009-03-24 19:30:42) [POST] Parameters: {"commit"=>"Log in", "authenticity_token"=>"d837a389066ab0dc687bbc7cef78b1d772067947", "login"=>"admin", "password"=>"gbwrte1"} Cookie set: auth_token=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT User Load (2.3ms) SELECT * FROM "users" WHERE (login = 'admin' and activated_at IS NOT NULL) LIMIT 1 Cookie set: auth_token=; path=/ Redirected to / Completed in 357ms (DB: 2) | 302 Found [http://localhost/session] Processing PoolController#index (for 127.0.0.1 at 2009-03-24 19:30:43) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (13.1ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (1.2ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (1.2ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (2.3ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.7ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (1.2ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (0.9ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (0.6ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.5ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (3.0ms) Completed in 669ms (View: 652, DB: 0) | 200 OK [http://localhost/] Processing AdminController#bracket (for 127.0.0.1 at 2009-03-24 19:30:46) [GET] Parameters: {"id"=>"1"} User Load (0.7ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (4.9ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.5ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (2.1ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Entry Load (0.7ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[:unk, :unk], [:unk, :unk]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (7.0ms) UPDATE "entries" SET "updated_at" = '2009-03-25 02:30:46', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi:@short_name"Lou: @name"Louisvilleo;;i; "MrS; "Morehead Stateo;;i ; "OSU; "Ohio Stateo;;i; "Sie; " Sienao;;i ; "Uta; " Utaho;;i; "UA; " Arizonao;;i ; "WkF; "Wake Foresto;;i; "ClS; "Cleveland Stateo;;i ; "WVa; "West Virginiao;;i; "Day; " Daytono;;i; "Kan; " Kansaso;;i; "NDS; "North Dakota Stateo;;i ; "BC; "Boston Collegeo;;i; "USC; "USCo;;i; "MSU; "Michigan St.o;;i; "RbM; "Robert Morriso;;i; "Con; "Connecticuto;;i; "Cht; "Chattanoogao;;i ; "BYU; "BYUo;;i; "A&M; "Texas A&Mo;;i ; "Pur; " Purdueo;;i; "NIo; "Northern Iowao;;i ; "Was; "Washingtono;;i; "MiS; "Mississippi St.o;;i ; "Mar; "Marquetteo;;i; "USt; "Utah Stateo;;i; "Msr; " Missourio;;i; "Cor; " Cornello;;i ; "Cal; "Californiao;;i; "Mry; " Marylando;;i; "Mem; " Memphiso;;i; "CSN; "Cal State Northridgeo;;i; "Pit; "Pittsburgho;;i; "ETS; "East Tennessee Stateo;;i ; "OkS; "Oklahoma Stateo;;i; "Ten; "Tennesseeo;;i ; "FSU; "Florida Stateo;;i; "Wis; "Wisconsino;;i ; "Xav; " Xaviero;;i; "PSt; "Portland St.o;;i ; "ULA; " UCLAo;;i; "VAC; "Virginia Commonwealtho;;i; "Vil; "Villanovao;;i; "Am; " Americano;;i ; "Tex; " Texaso;;i; "Min; "Minnesotao;;i; "Duk; " Dukeo;;i; "Bin; "Binghamtono;;i; "UNC; "North Carolinao;;i; "Rad; " Radfordo;;i ; "LSU; "LSUo;;i; "But; " Butlero;;i ; "Ill; " Illinoiso;;i; "WKy; "W. Kentuckyo;;i ; "Gon; " Gonzagao;;i; "Akr; " Akrono;;i ; "ASU; "Arizona Stateo;;i; "Tem; " Templeo;;i; "Syr; " Syracuseo;;i; "SFA; "Stephen F. Austino;;i ; "Clm; " Clemsono;;i; "UM; " Michigano;;i; "Okl; " Oklahomao;;i; "MgS; "Morgan State[%25@@@@@#@&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[ @@2@8@b@h@@@[ :unk; ; ; [; ; [; : @roundsi :@number_of_outcomes0: @teams@' WHERE "id" = 1 Rendering template within layouts/bracket Rendering admin/bracket Role Exists (2.2ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendered shared/_bracket (105.2ms) User Load (3.5ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (38.4ms) Completed in 1028ms (View: 854, DB: 23) | 200 OK [http://localhost/admin/bracket/1] Processing AdminController#edit (for 127.0.0.1 at 2009-03-24 19:30:58) [PUT] Parameters: {"picks"=>"122221211211112111211111112111211122112212221222121212122212000", "authenticity_token"=>"d837a389066ab0dc687bbc7cef78b1d772067947", "id"=>"1", "entry"=>{"name"=>"Tournament Bracket", "tie_break"=>""}, "pool_id"=>"1"} User Load (2.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (2.0ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.7ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Entry Load (6.5ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  PICKS: 122221211211112111211111112111211122112212221222121212122212000 Round 1 game 1 pick 1 idx 0 --> Team = Louisville Round 1 game 2 pick 2 idx 1 --> Team = Siena Round 1 game 3 pick 2 idx 2 --> Team = Arizona Round 1 game 4 pick 2 idx 3 --> Team = Cleveland State Round 1 game 5 pick 2 idx 4 --> Team = Dayton Round 1 game 6 pick 1 idx 5 --> Team = Kansas Round 1 game 7 pick 2 idx 6 --> Team = USC Round 1 game 8 pick 1 idx 7 --> Team = Michigan St. Round 1 game 9 pick 1 idx 8 --> Team = Connecticut Round 1 game 10 pick 2 idx 9 --> Team = Texas A&M Round 1 game 11 pick 1 idx 10 --> Team = Purdue Round 1 game 12 pick 1 idx 11 --> Team = Washington Round 1 game 13 pick 1 idx 12 --> Team = Marquette Round 1 game 14 pick 1 idx 13 --> Team = Missouri Round 1 game 15 pick 2 idx 14 --> Team = Maryland Round 1 game 16 pick 1 idx 15 --> Team = Memphis Round 1 game 17 pick 1 idx 16 --> Team = Pittsburgh Round 1 game 18 pick 1 idx 17 --> Team = Oklahoma State Round 1 game 19 pick 2 idx 18 --> Team = Wisconsin Round 1 game 20 pick 1 idx 19 --> Team = Xavier Round 1 game 21 pick 1 idx 20 --> Team = UCLA Round 1 game 22 pick 1 idx 21 --> Team = Villanova Round 1 game 23 pick 1 idx 22 --> Team = Texas Round 1 game 24 pick 1 idx 23 --> Team = Duke Round 1 game 25 pick 1 idx 24 --> Team = North Carolina Round 1 game 26 pick 1 idx 25 --> Team = LSU Round 1 game 27 pick 2 idx 26 --> Team = W. Kentucky Round 1 game 28 pick 1 idx 27 --> Team = Gonzaga Round 1 game 29 pick 1 idx 28 --> Team = Arizona State Round 1 game 30 pick 1 idx 29 --> Team = Syracuse Round 1 game 31 pick 2 idx 30 --> Team = Michigan Round 1 game 32 pick 1 idx 31 --> Team = Oklahoma Round 2 game 1 pick 1 idx 32 --> Team = Louisville Round 2 game 2 pick 1 idx 33 --> Team = Arizona Round 2 game 3 pick 2 idx 34 --> Team = Kansas Round 2 game 4 pick 2 idx 35 --> Team = Michigan St. Round 2 game 5 pick 1 idx 36 --> Team = Connecticut Round 2 game 6 pick 1 idx 37 --> Team = Purdue Round 2 game 7 pick 2 idx 38 --> Team = Missouri Round 2 game 8 pick 2 idx 39 --> Team = Memphis Round 2 game 9 pick 1 idx 40 --> Team = Pittsburgh Round 2 game 10 pick 2 idx 41 --> Team = Xavier Round 2 game 11 pick 2 idx 42 --> Team = Villanova Round 2 game 12 pick 2 idx 43 --> Team = Duke Round 2 game 13 pick 1 idx 44 --> Team = North Carolina Round 2 game 14 pick 2 idx 45 --> Team = Gonzaga Round 2 game 15 pick 2 idx 46 --> Team = Syracuse Round 2 game 16 pick 2 idx 47 --> Team = Oklahoma Round 3 game 1 pick 1 idx 48 --> Team = Louisville Round 3 game 2 pick 2 idx 49 --> Team = Michigan St. Round 3 game 3 pick 1 idx 50 --> Team = Connecticut Round 3 game 4 pick 2 idx 51 --> Team = Memphis Round 3 game 5 pick 1 idx 52 --> Team = Pittsburgh Round 3 game 6 pick 2 idx 53 --> Team = Duke Round 3 game 7 pick 1 idx 54 --> Team = North Carolina Round 3 game 8 pick 2 idx 55 --> Team = Oklahoma Round 4 game 1 pick 2 idx 56 --> Team = Michigan St. Round 4 game 2 pick 2 idx 57 --> Team = Memphis Round 4 game 3 pick 1 idx 58 --> Team = Pittsburgh Round 4 game 4 pick 2 idx 59 --> Team = Oklahoma Round 5 game 1 pick 0 idx 60 Round 5 game 2 pick 0 idx 61 Round 6 game 1 pick 0 idx 62 SAVING ENTRY PARAMS: {"name"=>"Tournament Bracket", "tie_break"=>""} DONE SAVING ENTRY PARAMS MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[#, #], [#, #]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (0.9ms) UPDATE "entries" SET "updated_at" = '2009-03-25 02:30:58', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi: @name"Louisville:@short_name"Louo;;i; "Morehead State; "MrSo;;i ; "Ohio State; "OSUo;;i; " Siena; "Sieo;;i ; " Utah; "Utao;;i; " Arizona; "UAo;;i ; "Wake Forest; "WkFo;;i; "Cleveland State; "ClSo;;i ; "West Virginia; "WVao;;i; " Dayton; "Dayo;;i; " Kansas; "Kano;;i; "North Dakota State; "NDSo;;i ; "Boston College; "BCo;;i; "USC; "USCo;;i; "Michigan St.; "MSUo;;i; "Robert Morris; "RbMo;;i; "Connecticut; "Cono;;i; "Chattanooga; "Chto;;i ; "BYU; "BYUo;;i; "Texas A&M; "A&Mo;;i ; " Purdue; "Puro;;i; "Northern Iowa; "NIoo;;i ; "Washington; "Waso;;i; "Mississippi St.; "MiSo;;i ; "Marquette; "Maro;;i; "Utah State; "USto;;i; " Missouri; "Msro;;i; " Cornell; "Coro;;i ; "California; "Calo;;i; " Maryland; "Mryo;;i; " Memphis; "Memo;;i; "Cal State Northridge; "CSNo;;i; "Pittsburgh; "Pito;;i; "East Tennessee State; "ETSo;;i ; "Oklahoma State; "OkSo;;i; "Tennessee; "Teno;;i ; "Florida State; "FSUo;;i; "Wisconsin; "Wiso;;i ; " Xavier; "Xavo;;i; "Portland St.; "PSto;;i ; " UCLA; "ULAo;;i; "Virginia Commonwealth; "VACo;;i; "Villanova; "Vilo;;i; " American; "Amo;;i ; " Texas; "Texo;;i; "Minnesota; "Mino;;i; " Duke; "Duko;;i; "Binghamton; "Bino;;i; "North Carolina; "UNCo;;i; " Radford; "Rado;;i ; "LSU; "LSUo;;i; " Butler; "Buto;;i ; " Illinois; "Illo;;i; "W. Kentucky; "WKyo;;i ; " Gonzaga; "Gono;;i; " Akron; "Akro;;i ; "Arizona State; "ASUo;;i; " Temple; "Temo;;i; " Syracuse; "Syro;;i; "Stephen F. Austin; "SFAo;;i ; " Clemson; "Clmo;;i; " Michigan; "UMo;;i; " Oklahoma; "Oklo;;i; "Morgan State; "MgS[%25@@@@@#@&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[ @@2@8@b@h@@@[ @2@b@h@[:unk; [; : @roundsi : @teams@:@number_of_outcomes0' WHERE "id" = 1 Pool Exists (0.5ms) SELECT "pools".id FROM "pools" WHERE ("pools"."name" = '2009 NCAA Tournament' AND "pools".id <> 1) LIMIT 1 Before saving pool: AR Pool scoring strategy = "Tournament::ScoringStrategy::TweakedJoshPatashnik" Pool Update (3.2ms) UPDATE "pools" SET "updated_at" = '2009-03-25 02:30:58', "data" = 'o:Tournament::Pool : @regions[ {: teams[o:Tournament::Team: @seedi: @name"Louisville:@short_name"Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbM: name" Midwest{;[o;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSN; " West{;[o;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bin; " East{;[o;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS; " South:@scoring_strategyo:6Tournament::ScoringStrategy::TweakedJoshPatashnik%00:@entry_fee"5: @payouts{"1iU: lasti"2i:@tournament_entryo:Tournament::Entry: @pickso:Tournament::Bracket : @winners[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@@@@@@@@@@@@%25@.@1@7@=@F@I@O@U@[@a@g@m@v@y@@@@[@@@@@@@%25@1@7@I@U@a@g@y@@[ @@@@1@7@a@g@[ @@1@7@[:unk;[;: @roundsi : @teams@:@number_of_outcomes0; "Tournament Bracket:@tie_breaker0: @entries[o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@@@@@@@@@@@@@@@@ @@@@!@''@-@3@<@?@H@N@Q@Z@][@@@@@@@@@@@!@-@3@H@Q@][ @@@@@@-@3@][ @@@@3[@@[@;i ;0;@; "Doug Wins!;i}o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@n@t@}@@@@@@@@@@@@@@@@@@@@@@@@ @@@@%25@([@n@@@@@@@@@@@@@@@%25[ @n@@@@@@@%25[ @@@@[@@[@;i ;@m;0; "M Go Blue;ixo;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@9@?@H@K@Q@W@`@c@i@o@u@~@@@@@@@@@@@@@@@@@@@@[@9@K@W@c@i@~@@@@@@@@@@[ @9@c@i@@@@@[ @9@i@@[@i@[@;i ;@8;0; "OH HELL NO!!;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@ @@@@"@+@.@4@=@@@F@O@R@[@^@d@m@p@v@|@@@@@@@@@@@[@@@"@+@4@F@R@^@d@p@@@@@@[ @@"@4@R@d@@@[ @@4@@[@@[@;i ;0;@; "Big Winner #1;i{o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@@@@@@@@@ @@@@#@)@/@8@>@A@G@P@S@Y@_@e@k@q@w@}@@[@@@@@@@@)@8@>@G@Y@_@k@w@[ @@@@)@8@G@_@[ @@)@8@_[@@_[@;i ;@;0; "Huanjin_winning_selection;iio;;o; ;[ [E@ o;; i; "Morehead State; "MrS@@@@@@@!@$@''@*@-@0@3@6@<@?@B@E@H@K@N@Q@T@W@Z@]@`@c@f@i@o@r@u@x@{@~@|@@@@@@@@@@@@@@@@@@@@@@@@@[%25@ @@@@!@''@-@3@<@E@H@N@W@Z@c@f@o@x@{@@@@@@@@@@@@@[@ @@''@3@<@N@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@f@[@;i ;0;@; "Follow the Seeds;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@@@@@@@@@@@@@@@@@@@#@)@,@2@8@A@G@M@S@V@_@b[@@@@@@@@@@@#@2@8@G@S@_[ @@@@@@2@8@_[ @@@@_[@@_[@;i ;0;@; " Anarchy!;i}o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@s@|@@@@@@@@@@@@@@@@@@@@@@@@ @@@@!@*@-[@s@@@@@@@@@@@@@@!@*[ @@@@@@@@*[ @@@@[@@[@;i ;@r;0; "home cooking;i}o;;o; ;[ @[%25@ @@@@!@*@0@3@<@B@H@N@W@Z@c@f@o@x@{@@@@@@@@@@@@@[@ @@*@3@<@N@W@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@f@o[@o;i ;@;0; "early upsets;i}o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@H@N@W@Z@`@f@o@r@x@@@@@@@@@@@@@@@@@@@@@@@[@H@Z@f@o@@@@@@@@@@@@[ @H@f@@@@@@[ @H@@@[@@[@;i ;0;@G; " Brian 1;io;;o; ;[ @[%25@ @@@@$@''@-@3@<@B@K@N@T@]@c@f@o@x@~@|@@@@@@@@@@@@[@ @@$@-@B@K@T@f@o@~@@@@@@[ @@$@B@f@o@@@[ @@B@@[@@[@;i ;0;@; " Brian 2 ;i{o;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@ @&@)@2@5@>@A@J@M@V@Y@b@h@k@q@w@}@@@@@@@@@@@@@@@[@ @2@5@A@M@b@h@q@}@@@@@@@[ @ @A@b@h@@@@[ @ @b@@[@b@[@b;i ;0;@; "Random Rules;io;;o; ;[ @[%25@ @@@@!@''@-@3@<@B@H@N@T@Z@c@f@o@x@{@|@@@@@@@@@@@@[@ @@''@3@<@H@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @ @f@o@[@ @[@ ;i ;0;@; "Barack Obama;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@@@ @ @ @ @ @ @%25 @( @1 @7 @= @C @F @L @R @X @a @g @m @s @y @ @ @ @ @ @ @ @ @ [@@ @ @ @( @7 @C @F @R @a @s @y @ @ @ @ [ @ @ @( @C @a @s @ @ [ @ @( @a @ [@( @a [@( ;i ;@;0; "Crazy Underdogs;ito;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @& @) @/ @8 @; @A @G @M @V @Y @_ @h @k @t @w [@ @ @ @ @ @ @ @ @ @) @; @G @M @_ @k @w [ @ @ @ @ @ @G @M @k [ @ @ @G @M [@ @M [@M ;i ;@ ;0; "Obama Inspired - Go Bears!;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @%00 @ @ @ @ @ @'' @* @0 @6 @< @B [@ @ @ @ @ @ @ @ @ @ @%00 @ @ @* @6 @< [ @ @ @ @ @ @%00 @ @< [ @ @ @%00 @ [@ @ [@ ;i ;0;@ ; "There''s No Place Like Home;io;;o; ;[ @[%25@ @@@@$@''@0@3@<@E@K@Q@W@Z@`@f@o@x@~@@@@@@@@@@@@@[@ @@''@0@<@K@W@`@o@~@@@@@@[ @ @0@<@`@o@@@[ @ @<@o@[@ @o[@o;i ;@;0; "Aye! Right!;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@] @c @i @o @u @{ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ [@] @o @{ @ @ @ @ @ @ @ @ @ @ @ @ @ [ @] @ @ @ @ @ @ @ [ @] @ @ @ [@ @ [@ ;i ;0;@\ ; " stefan;io;;o; ;[ @[%25@ @@@@!@''@0@3@<@B@H@N@T@Z@`@f@o@u@{@|@@@@@@@@@@@@[@ @@''@0@<@H@Z@f@o@|@@@@@@[ @ @0@<@Z@o@@@[ @ @Z@@[@ @[@ ;i ;0;@; "TripAdvisor;io;;o; ;[ [Eo;; i; "Louisville; "Louo;; i; "Morehead State; "MrSo;; i ; "Ohio State; "OSUo;; i; " Siena; "Sieo;; i ; " Utah; "Utao;; i; " Arizona; "UAo;; i ; "Wake Forest; "WkFo;; i; "Cleveland State; "ClSo;; i ; "West Virginia; "WVao;; i; " Dayton; "Dayo;; i; " Kansas; "Kano;; i; "North Dakota State; "NDSo;; i ; "Boston College; "BCo;; i; "USC; "USCo;; i; "Michigan St.; "MSUo;; i; "Robert Morris; "RbMo;; i; "Connecticut; "Cono;; i; "Chattanooga; "Chto;; i ; "BYU; "BYUo;; i; "Texas A&M; "A&Mo;; i ; " Purdue; "Puro;; i; "Northern Iowa; "NIoo;; i ; "Washington; "Waso;; i; "Mississippi St.; "MiSo;; i ; "Marquette; "Maro;; i; "Utah State; "USto;; i; " Missouri; "Msro;; i; " Cornell; "Coro;; i ; "California; "Calo;; i; " Maryland; "Mryo;; i; " Memphis; "Memo;; i; "Cal State Northridge; "CSNo;; i; "Pittsburgh; "Pito;; i; "East Tennessee State; "ETSo;; i ; "Oklahoma State; "OkSo;; i; "Tennessee; "Teno;; i ; "Florida State; "FSUo;; i; "Wisconsin; "Wiso;; i ; " Xavier; "Xavo;; i; "Portland St.; "PSto;; i ; " UCLA; "ULAo;; i; "Virginia Commonwealth; "VACo;; i; "Villanova; "Vilo;; i; " American; "Amo;; i ; " Texas; "Texo;; i; "Minnesota; "Mino;; i; " Duke; "Duko;; i; "Binghamton; "Bino;; i; "North Carolina; "UNCo;; i; " Radford; "Rado;; i ; "LSU; "LSUo;; i; " Butler; "Buto;; i ; " Illinois; "Illo;; i; "W. Kentucky; "WKyo;; i ; " Gonzaga; "Gono;; i; " Akron; "Akro;; i ; "Arizona State; "ASUo;; i; " Temple; "Temo;; i; " Syracuse; "Syro;; i; "Stephen F. Austin; "SFAo;; i ; " Clemson; "Clmo;; i; " Michigan; "UMo;; i; " Oklahoma; "Oklo;; i; "Morgan State; "MgS[%25@2 @8 @> @D @J @P @Y @\ @b @k @q @t @} @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ [@2 @D @P @\ @b @t @ @ @ @ @ @ @ @ @ @ [ @D @P @b @ @ @ @ @ [ @P @b @ @ [@b @ [@ ;i ;0;@1 ; "Guns n'' Roses;io;;o; ;[ @[%25@ @@@@!@''@0@3@<@B@H@N@W@Z@`@f@o@u@{@|@@@@@@@@@@@@[@ @@''@3@<@N@Z@f@o@{@@@@@@[ @ @3@<@f@o@@@[ @3@f@o@[@3@o[@o;i ;0;@; "Dave Matthews > god;ir' WHERE "id" = 1 Redirected to actionbracketid1 Completed in 395ms (DB: 18) | 302 Found [http://localhost/admin/edit/1] Processing AdminController#bracket (for 127.0.0.1 at 2009-03-24 19:30:59) [GET] Parameters: {"id"=>"1"} User Load (1.6ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (1.6ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (1.4ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Entry Load (1.2ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1 MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]] round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]] round 5: games: 2: matchups: [[#, #], [#, #]] round 6: games: 1: matchups: [[:unk, :unk]] Champion: :unk DONE MARSHALLING BRACKET Entry Update (1.1ms) UPDATE "entries" SET "updated_at" = '2009-03-25 02:30:59', "data" = 'o:Tournament::Bracket : @winners[ [Eo:Tournament::Team: @seedi:@short_name"Lou: @name"Louisvilleo;;i; "MrS; "Morehead Stateo;;i ; "OSU; "Ohio Stateo;;i; "Sie; " Sienao;;i ; "Uta; " Utaho;;i; "UA; " Arizonao;;i ; "WkF; "Wake Foresto;;i; "ClS; "Cleveland Stateo;;i ; "WVa; "West Virginiao;;i; "Day; " Daytono;;i; "Kan; " Kansaso;;i; "NDS; "North Dakota Stateo;;i ; "BC; "Boston Collegeo;;i; "USC; "USCo;;i; "MSU; "Michigan St.o;;i; "RbM; "Robert Morriso;;i; "Con; "Connecticuto;;i; "Cht; "Chattanoogao;;i ; "BYU; "BYUo;;i; "A&M; "Texas A&Mo;;i ; "Pur; " Purdueo;;i; "NIo; "Northern Iowao;;i ; "Was; "Washingtono;;i; "MiS; "Mississippi St.o;;i ; "Mar; "Marquetteo;;i; "USt; "Utah Stateo;;i; "Msr; " Missourio;;i; "Cor; " Cornello;;i ; "Cal; "Californiao;;i; "Mry; " Marylando;;i; "Mem; " Memphiso;;i; "CSN; "Cal State Northridgeo;;i; "Pit; "Pittsburgho;;i; "ETS; "East Tennessee Stateo;;i ; "OkS; "Oklahoma Stateo;;i; "Ten; "Tennesseeo;;i ; "FSU; "Florida Stateo;;i; "Wis; "Wisconsino;;i ; "Xav; " Xaviero;;i; "PSt; "Portland St.o;;i ; "ULA; " UCLAo;;i; "VAC; "Virginia Commonwealtho;;i; "Vil; "Villanovao;;i; "Am; " Americano;;i ; "Tex; " Texaso;;i; "Min; "Minnesotao;;i; "Duk; " Dukeo;;i; "Bin; "Binghamtono;;i; "UNC; "North Carolinao;;i; "Rad; " Radfordo;;i ; "LSU; "LSUo;;i; "But; " Butlero;;i ; "Ill; " Illinoiso;;i; "WKy; "W. Kentuckyo;;i ; "Gon; " Gonzagao;;i; "Akr; " Akrono;;i ; "ASU; "Arizona Stateo;;i; "Tem; " Templeo;;i; "Syr; " Syracuseo;;i; "SFA; "Stephen F. Austino;;i ; "Clm; " Clemsono;;i; "UM; " Michigano;;i; "Okl; " Oklahomao;;i; "MgS; "Morgan State[%25@@@@@#@&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[ @@2@8@b@h@@@[ @2@b@h@[:unk; [; : @roundsi :@number_of_outcomes0: @teams@' WHERE "id" = 1 Rendering template within layouts/bracket Rendering admin/bracket Role Exists (0.5ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 Pool Load (0.7ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendered shared/_bracket (66.7ms) User Load (0.6ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (5.7ms) Completed in 607ms (View: 334, DB: 10) | 200 OK [http://localhost/admin/bracket/1] Processing PoolController#index (for 127.0.0.1 at 2009-03-24 19:31:03) [GET] Rendering template within layouts/default Rendering pool/index Pool Load (2.6ms) SELECT * FROM "pools" WHERE (active = 't')  CACHE (0.0ms) SELECT * FROM "pools" WHERE (active = 't')  User Load (1.4ms) SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1 Entry Load (1.4ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1 SQL (2.4ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1'))  SQL (0.8ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  CACHE (0.0ms) SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Entry Load (1.3ms) SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1)  SQL (0.5ms) SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1))  Role Load (0.6ms) SELECT * FROM "roles" ORDER BY position asc Role Exists (0.4ms) SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1 User Load (1.2ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (187.1ms) Completed in 528ms (View: 521, DB: 0) | 200 OK [http://localhost/] Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 19:31:06) [GET] Parameters: {"report"=>"leader", "id"=>"1"} Pool Load (7.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (10.4ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_leader (1332.8ms) Rendered reports/_report (1353.5ms) Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (0.7ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (360.3ms) Completed in 1953ms (View: 1766, DB: 8) | 200 OK [http://localhost/reports/1/leader] Pool Load (0.2ms) SELECT * FROM "pools" WHERE ("pools"."id" = 0)  Pool Load (0.6ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 19:31:44) [GET] Parameters: {"report"=>"possibility", "id"=>"1"} Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show Entry Load (9.3ms) SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1'))  Rendered reports/_possibility (510.0ms) Rendered reports/_report (519.4ms) Role Load (1.1ms) SELECT * FROM "roles" ORDER BY position asc User Load (1.6ms) SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 )  Rendered shared/_admins (108.2ms) Completed in 1091ms (View: 683, DB: 1) | 200 OK [http://localhost/reports/1/possibility] Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 19:31:56) [GET] Parameters: {"report"=>"final_four", "id"=>"1"} Pool Load (1.5ms) SELECT * FROM "pools" WHERE ("pools"."id" = 1)  Rendering template within layouts/report Rendering reports/show ActionView::TemplateError (String can't be coerced into Fixnum) on line #10 of app/views/reports/_report.html.erb: 7: <% 8: report_output = '' 9: report_method = "#{report}_report".to_sym 10: pool.send(report_method, report_output) 11: %> 12:
13: 

    /usr/lib/ruby/gems/1.8/gems/tournament-2.4.0/lib/tournament/pool.rb:470:in `*'
    /usr/lib/ruby/gems/1.8/gems/tournament-2.4.0/lib/tournament/pool.rb:470:in `final_four_report'
    app/views/reports/_report.html.erb:10:in `send'
    app/views/reports/_report.html.erb:10
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render'
    app/views/reports/show.html.erb:16
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
    /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
    /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch'
    /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch'
    /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service'
    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
    /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch'
    /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
    /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
    script/server:3

Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (174.2ms)
Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (2.9ms)
Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error)


Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 19:32:11) [GET]
  Parameters: {"report"=>"leader", "id"=>"1"}
  Pool Load (2.7ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendering template within layouts/report
Rendering reports/show
  Entry Load (10.5ms)   SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1')) 
Rendered reports/_leader (959.8ms)
Rendered reports/_report (977.4ms)
  Role Load (0.6ms)   SELECT * FROM "roles" ORDER BY position asc
  User Load (1.2ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (50.2ms)
Completed in 1211ms (View: 1063, DB: 3) | 200 OK [http://localhost/reports/1/leader]


Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 19:32:14) [GET]
  Parameters: {"report"=>"score", "id"=>"1"}
  Pool Load (1.1ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendering template within layouts/report
Rendering reports/show
Rendered reports/_report (138.4ms)
  Role Load (0.6ms)   SELECT * FROM "roles" ORDER BY position asc
  User Load (0.7ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (43.3ms)
Completed in 446ms (View: 197, DB: 1) | 200 OK [http://localhost/reports/1/score]


Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 19:32:17) [GET]
  Parameters: {"report"=>"final_four", "id"=>"1"}
  Pool Load (1.3ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendering template within layouts/report
Rendering reports/show


ActionView::TemplateError (String can't be coerced into Fixnum) on line #10 of app/views/reports/_report.html.erb:
7: <%
8: report_output = ''
9: report_method = "#{report}_report".to_sym
10: pool.send(report_method, report_output)
11: %>
12: 
13: 

    /usr/lib/ruby/gems/1.8/gems/tournament-2.4.0/lib/tournament/pool.rb:470:in `*'
    /usr/lib/ruby/gems/1.8/gems/tournament-2.4.0/lib/tournament/pool.rb:470:in `final_four_report'
    app/views/reports/_report.html.erb:10:in `send'
    app/views/reports/_report.html.erb:10
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:20:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:26:in `benchmark'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:19:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable_partial.rb:45:in `render_partial'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/partials.rb:152:in `render_partial'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:258:in `render'
    app/views/reports/show.html.erb:16
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `send'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/renderable.rb:39:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/template.rb:73:in `render_template'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:256:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:367:in `_render_with_layout'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_view/base.rb:254:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1174:in `render_for_file'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:896:in `render_without_benchmark'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:868:in `render_without_benchmark'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:51:in `render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1248:in `default_render'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:1254:in `perform_action_without_filters'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:617:in `call_filters'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    /usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/rescue.rb:136:in `perform_action_without_caching'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
    /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
    /usr/lib/ruby/gems/1.8/gems/activerecord-2.2.2/lib/active_record/query_cache.rb:8:in `cache'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `send'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:524:in `process_without_filters'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/filters.rb:606:in `process_without_session_management_support'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/session_management.rb:134:in `process'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/base.rb:392:in `process'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:183:in `handle_request'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:123:in `dispatch'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `synchronize'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:122:in `dispatch'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/dispatcher.rb:39:in `dispatch'
    /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:103:in `handle_dispatch'
    /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:74:in `service'
    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'
    /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/webrick_server.rb:60:in `dispatch'
    /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/servers/webrick.rb:66
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
    /usr/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
    /usr/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/commands/server.rb:49
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
    /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
    script/server:3

Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_trace (130.4ms)
Rendered /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/_request_and_response (1.6ms)
Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.2.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error)


Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 19:35:03) [GET]
  Parameters: {"report"=>"final_four", "id"=>"1"}
  Pool Load (0.9ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendering template within layouts/report
Rendering reports/show
  Pool Load (0.7ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
  Pool Load (1.4ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 


Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 19:57:20) [GET]
  Parameters: {"report"=>"final_four", "id"=>"1"}
  Pool Load (0.7ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendering template within layouts/report
Rendering reports/show
Rendered reports/_report (348.1ms)
  Role Load (0.8ms)   SELECT * FROM "roles" ORDER BY position asc
  User Load (0.8ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (241.4ms)
Completed in 711ms (View: 630, DB: 1) | 200 OK [http://localhost/reports/1/final_four]


Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 19:59:54) [GET]
  Parameters: {"report"=>"possibility", "id"=>"1"}
  Pool Load (1.3ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendering template within layouts/report
Rendering reports/show
  Entry Load (19.6ms)   SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1')) 
Rendered reports/_possibility (502.6ms)
Rendered reports/_report (517.9ms)
  Role Load (1.1ms)   SELECT * FROM "roles" ORDER BY position asc
  User Load (1.7ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (125.7ms)
Completed in 1087ms (View: 696, DB: 1) | 200 OK [http://localhost/reports/1/possibility]


Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 20:00:59) [GET]
  Parameters: {"report"=>"leader", "id"=>"1"}
  Pool Load (2.0ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendering template within layouts/report
Rendering reports/show
  Entry Load (27.2ms)   SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1')) 
Rendered reports/_leader (1482.8ms)
Rendered reports/_report (1505.4ms)
  Role Load (0.7ms)   SELECT * FROM "roles" ORDER BY position asc
  User Load (1.2ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (54.5ms)
Completed in 1699ms (View: 1598, DB: 2) | 200 OK [http://localhost/reports/1/leader]


Processing ReportsController#show (for 127.0.0.1 at 2009-03-24 20:27:51) [GET]
  Parameters: {"report"=>"final_four", "id"=>"1"}
  Pool Load (1.3ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendering template within layouts/report
Rendering reports/show
Rendered reports/_report (1259.0ms)
  Role Load (1.1ms)   SELECT * FROM "roles" ORDER BY position asc
  User Load (1.3ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (121.9ms)
Completed in 1525ms (View: 1415, DB: 1) | 200 OK [http://localhost/reports/1/final_four]


Processing ReportsController#show (for 127.0.0.1 at 2009-03-25 06:49:28) [GET]
  Parameters: {"report"=>"possibility", "id"=>"1"}
  Pool Load (1.3ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendering template within layouts/report
Rendering reports/show
  Entry Load (19.5ms)   SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1')) 
Rendered reports/_possibility (193.1ms)
Rendered reports/_report (211.3ms)
  Role Load (1.0ms)   SELECT * FROM "roles" ORDER BY position asc
  User Load (1.3ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (103.7ms)
Completed in 1083ms (View: 361, DB: 1) | 200 OK [http://localhost/reports/1/possibility]


Processing ReportsController#show (for 127.0.0.1 at 2009-03-25 06:49:38) [GET]
  Parameters: {"report"=>"final_four", "id"=>"1"}
  Pool Load (1.5ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendering template within layouts/report
Rendering reports/show
Rendered reports/_report (483.4ms)
  Role Load (0.6ms)   SELECT * FROM "roles" ORDER BY position asc
  User Load (0.6ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (59.5ms)
Completed in 1104ms (View: 582, DB: 2) | 200 OK [http://localhost/reports/1/final_four]


Processing PoolController#index (for 127.0.0.1 at 2009-03-25 06:51:02) [GET]
Rendering template within layouts/default
Rendering pool/index
  Pool Load (2.5ms)   SELECT * FROM "pools" WHERE (active = 't') 
  CACHE (0.0ms)   SELECT * FROM "pools" WHERE (active = 't') 
  User Load (3.4ms)   SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
  Entry Load (1.2ms)   SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1
  SQL (1.2ms)   SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1')) 
  SQL (0.7ms)   SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1')) 
  CACHE (0.0ms)   SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1')) 
  Entry Load (2.1ms)   SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1) 
  SQL (0.9ms)   SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1)) 
  Role Load (1.0ms)   SELECT * FROM "roles" ORDER BY position asc
  Role Exists (0.8ms)   SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1
  User Load (1.4ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (6.0ms)
Completed in 536ms (View: 529, DB: 0) | 200 OK [http://localhost/]


Processing AdminController#bracket (for 127.0.0.1 at 2009-03-25 06:51:07) [GET]
  Parameters: {"id"=>"1"}
  User Load (1.3ms)   SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
  Role Load (10.7ms)   SELECT * FROM "roles" ORDER BY position asc
  Role Exists (0.7ms)   SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1
  Pool Load (1.4ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
  Entry Load (2.1ms)   SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1
MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]]
round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]]
round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]]
round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]]
round 5: games: 2: matchups: [[#, #], [#, #]]
round 6: games: 1: matchups: [[:unk, :unk]]
Champion: :unk
DONE MARSHALLING BRACKET
  Entry Update (1.0ms)   UPDATE "entries" SET "updated_at" = '2009-03-25 13:51:07', "data" = 'o:Tournament::Bracket	:
@winners[[Eo:Tournament::Team:
@seedi:@short_name"Lou:
@name"Louisvilleo;;i;	"MrS;
"Morehead Stateo;;i
;	"OSU;
"Ohio Stateo;;i;	"Sie;
"
Sienao;;i
;	"Uta;
"	Utaho;;i;	"UA;
"Arizonao;;i	;	"WkF;
"Wake Foresto;;i;	"ClS;
"Cleveland Stateo;;i;	"WVa;
"West Virginiao;;i;	"Day;
"Daytono;;i;	"Kan;
"Kansaso;;i;	"NDS;
"North Dakota Stateo;;i;	"BC;
"Boston Collegeo;;i;	"USC;
"USCo;;i;	"MSU;
"Michigan St.o;;i;	"RbM;
"Robert Morriso;;i;	"Con;
"Connecticuto;;i;	"Cht;
"Chattanoogao;;i
;	"BYU;
"BYUo;;i;	"A&M;
"Texas A&Mo;;i
;	"Pur;
"Purdueo;;i;	"NIo;
"Northern Iowao;;i	;	"Was;
"Washingtono;;i;	"MiS;
"Mississippi St.o;;i;	"Mar;
"Marquetteo;;i;	"USt;
"Utah Stateo;;i;	"Msr;
"
Missourio;;i;	"Cor;
"Cornello;;i;	"Cal;
"Californiao;;i;	"Mry;
"
Marylando;;i;	"Mem;
"Memphiso;;i;	"CSN;
"Cal State Northridgeo;;i;	"Pit;
"Pittsburgho;;i;	"ETS;
"East Tennessee Stateo;;i
;	"OkS;
"Oklahoma Stateo;;i;	"Ten;
"Tennesseeo;;i
;	"FSU;
"Florida Stateo;;i;	"Wis;
"Wisconsino;;i	;	"Xav;
"Xaviero;;i;	"PSt;
"Portland St.o;;i;	"ULA;
"	UCLAo;;i;	"VAC;
"Virginia Commonwealtho;;i;	"Vil;
"Villanovao;;i;	"Am;
"
Americano;;i;	"Tex;
"
Texaso;;i;	"Min;
"Minnesotao;;i;	"Duk;
"	Dukeo;;i;	"Bin;
"Binghamtono;;i;	"UNC;
"North Carolinao;;i;	"Rad;
"Radfordo;;i
;	"LSU;
"LSUo;;i;	"But;
"Butlero;;i
;	"Ill;
"
Illinoiso;;i;	"WKy;
"W. Kentuckyo;;i	;	"Gon;
"Gonzagao;;i;	"Akr;
"
Akrono;;i;	"ASU;
"Arizona Stateo;;i;	"Tem;
"Templeo;;i;	"Syr;
"
Syracuseo;;i;	"SFA;
"Stephen F. Austino;;i;	"Clm;
"Clemsono;;i;	"UM;
"
Michigano;;i;	"Okl;
"
Oklahomao;;i;	"MgS;
"Morgan State[%25@@@@@#@&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[
@@2@8@b@h@@@[	@2@b@h@[:unk;[;:@roundsi:@teams@:@number_of_outcomes0' WHERE "id" = 1
Rendering template within layouts/bracket
Rendering admin/bracket
  Role Exists (1.5ms)   SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1
  Pool Load (1.3ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendered shared/_bracket (97.5ms)
  User Load (1.6ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (25.2ms)
Completed in 675ms (View: 402, DB: 22) | 200 OK [http://localhost/admin/bracket/1]


Processing AdminController#edit (for 127.0.0.1 at 2009-03-25 06:51:22) [PUT]
  Parameters: {"picks"=>"122221211211112111211111112111211122112212221222121212122211000", "authenticity_token"=>"d837a389066ab0dc687bbc7cef78b1d772067947", "id"=>"1", "entry"=>{"name"=>"Tournament Bracket", "tie_break"=>""}, "pool_id"=>"1"}
  User Load (1.6ms)   SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
  Role Load (1.1ms)   SELECT * FROM "roles" ORDER BY position asc
  Role Exists (0.7ms)   SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1
  Entry Load (11.2ms)   SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1
  Pool Load (1.3ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
PICKS: 122221211211112111211111112111211122112212221222121212122211000
Round 1 game 1 pick 1 idx 0
      --> Team = Louisville
Round 1 game 2 pick 2 idx 1
      --> Team = Siena
Round 1 game 3 pick 2 idx 2
      --> Team = Arizona
Round 1 game 4 pick 2 idx 3
      --> Team = Cleveland State
Round 1 game 5 pick 2 idx 4
      --> Team = Dayton
Round 1 game 6 pick 1 idx 5
      --> Team = Kansas
Round 1 game 7 pick 2 idx 6
      --> Team = USC
Round 1 game 8 pick 1 idx 7
      --> Team = Michigan St.
Round 1 game 9 pick 1 idx 8
      --> Team = Connecticut
Round 1 game 10 pick 2 idx 9
      --> Team = Texas A&M
Round 1 game 11 pick 1 idx 10
      --> Team = Purdue
Round 1 game 12 pick 1 idx 11
      --> Team = Washington
Round 1 game 13 pick 1 idx 12
      --> Team = Marquette
Round 1 game 14 pick 1 idx 13
      --> Team = Missouri
Round 1 game 15 pick 2 idx 14
      --> Team = Maryland
Round 1 game 16 pick 1 idx 15
      --> Team = Memphis
Round 1 game 17 pick 1 idx 16
      --> Team = Pittsburgh
Round 1 game 18 pick 1 idx 17
      --> Team = Oklahoma State
Round 1 game 19 pick 2 idx 18
      --> Team = Wisconsin
Round 1 game 20 pick 1 idx 19
      --> Team = Xavier
Round 1 game 21 pick 1 idx 20
      --> Team = UCLA
Round 1 game 22 pick 1 idx 21
      --> Team = Villanova
Round 1 game 23 pick 1 idx 22
      --> Team = Texas
Round 1 game 24 pick 1 idx 23
      --> Team = Duke
Round 1 game 25 pick 1 idx 24
      --> Team = North Carolina
Round 1 game 26 pick 1 idx 25
      --> Team = LSU
Round 1 game 27 pick 2 idx 26
      --> Team = W. Kentucky
Round 1 game 28 pick 1 idx 27
      --> Team = Gonzaga
Round 1 game 29 pick 1 idx 28
      --> Team = Arizona State
Round 1 game 30 pick 1 idx 29
      --> Team = Syracuse
Round 1 game 31 pick 2 idx 30
      --> Team = Michigan
Round 1 game 32 pick 1 idx 31
      --> Team = Oklahoma
Round 2 game 1 pick 1 idx 32
      --> Team = Louisville
Round 2 game 2 pick 1 idx 33
      --> Team = Arizona
Round 2 game 3 pick 2 idx 34
      --> Team = Kansas
Round 2 game 4 pick 2 idx 35
      --> Team = Michigan St.
Round 2 game 5 pick 1 idx 36
      --> Team = Connecticut
Round 2 game 6 pick 1 idx 37
      --> Team = Purdue
Round 2 game 7 pick 2 idx 38
      --> Team = Missouri
Round 2 game 8 pick 2 idx 39
      --> Team = Memphis
Round 2 game 9 pick 1 idx 40
      --> Team = Pittsburgh
Round 2 game 10 pick 2 idx 41
      --> Team = Xavier
Round 2 game 11 pick 2 idx 42
      --> Team = Villanova
Round 2 game 12 pick 2 idx 43
      --> Team = Duke
Round 2 game 13 pick 1 idx 44
      --> Team = North Carolina
Round 2 game 14 pick 2 idx 45
      --> Team = Gonzaga
Round 2 game 15 pick 2 idx 46
      --> Team = Syracuse
Round 2 game 16 pick 2 idx 47
      --> Team = Oklahoma
Round 3 game 1 pick 1 idx 48
      --> Team = Louisville
Round 3 game 2 pick 2 idx 49
      --> Team = Michigan St.
Round 3 game 3 pick 1 idx 50
      --> Team = Connecticut
Round 3 game 4 pick 2 idx 51
      --> Team = Memphis
Round 3 game 5 pick 1 idx 52
      --> Team = Pittsburgh
Round 3 game 6 pick 2 idx 53
      --> Team = Duke
Round 3 game 7 pick 1 idx 54
      --> Team = North Carolina
Round 3 game 8 pick 2 idx 55
      --> Team = Oklahoma
Round 4 game 1 pick 2 idx 56
      --> Team = Michigan St.
Round 4 game 2 pick 2 idx 57
      --> Team = Memphis
Round 4 game 3 pick 1 idx 58
      --> Team = Pittsburgh
Round 4 game 4 pick 1 idx 59
      --> Team = North Carolina
Round 5 game 1 pick 0 idx 60
Round 5 game 2 pick 0 idx 61
Round 6 game 1 pick 0 idx 62
SAVING ENTRY PARAMS: {"name"=>"Tournament Bracket", "tie_break"=>""}
DONE SAVING ENTRY PARAMS
MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]]
round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]]
round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]]
round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]]
round 5: games: 2: matchups: [[#, #], [#, #]]
round 6: games: 1: matchups: [[:unk, :unk]]
Champion: :unk
DONE MARSHALLING BRACKET
  Entry Update (1.0ms)   UPDATE "entries" SET "updated_at" = '2009-03-25 13:51:23', "data" = 'o:Tournament::Bracket	:
@winners[[Eo:Tournament::Team:
@seedi:@short_name"Lou:
@name"Louisvilleo;;i;	"MrS;
"Morehead Stateo;;i
;	"OSU;
"Ohio Stateo;;i;	"Sie;
"
Sienao;;i
;	"Uta;
"	Utaho;;i;	"UA;
"Arizonao;;i	;	"WkF;
"Wake Foresto;;i;	"ClS;
"Cleveland Stateo;;i;	"WVa;
"West Virginiao;;i;	"Day;
"Daytono;;i;	"Kan;
"Kansaso;;i;	"NDS;
"North Dakota Stateo;;i;	"BC;
"Boston Collegeo;;i;	"USC;
"USCo;;i;	"MSU;
"Michigan St.o;;i;	"RbM;
"Robert Morriso;;i;	"Con;
"Connecticuto;;i;	"Cht;
"Chattanoogao;;i
;	"BYU;
"BYUo;;i;	"A&M;
"Texas A&Mo;;i
;	"Pur;
"Purdueo;;i;	"NIo;
"Northern Iowao;;i	;	"Was;
"Washingtono;;i;	"MiS;
"Mississippi St.o;;i;	"Mar;
"Marquetteo;;i;	"USt;
"Utah Stateo;;i;	"Msr;
"
Missourio;;i;	"Cor;
"Cornello;;i;	"Cal;
"Californiao;;i;	"Mry;
"
Marylando;;i;	"Mem;
"Memphiso;;i;	"CSN;
"Cal State Northridgeo;;i;	"Pit;
"Pittsburgho;;i;	"ETS;
"East Tennessee Stateo;;i
;	"OkS;
"Oklahoma Stateo;;i;	"Ten;
"Tennesseeo;;i
;	"FSU;
"Florida Stateo;;i;	"Wis;
"Wisconsino;;i	;	"Xav;
"Xaviero;;i;	"PSt;
"Portland St.o;;i;	"ULA;
"	UCLAo;;i;	"VAC;
"Virginia Commonwealtho;;i;	"Vil;
"Villanovao;;i;	"Am;
"
Americano;;i;	"Tex;
"
Texaso;;i;	"Min;
"Minnesotao;;i;	"Duk;
"	Dukeo;;i;	"Bin;
"Binghamtono;;i;	"UNC;
"North Carolinao;;i;	"Rad;
"Radfordo;;i
;	"LSU;
"LSUo;;i;	"But;
"Butlero;;i
;	"Ill;
"
Illinoiso;;i;	"WKy;
"W. Kentuckyo;;i	;	"Gon;
"Gonzagao;;i;	"Akr;
"
Akrono;;i;	"ASU;
"Arizona Stateo;;i;	"Tem;
"Templeo;;i;	"Syr;
"
Syracuseo;;i;	"SFA;
"Stephen F. Austino;;i;	"Clm;
"Clemsono;;i;	"UM;
"
Michigano;;i;	"Okl;
"
Oklahomao;;i;	"MgS;
"Morgan State[%25@@@@@#@&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[
@@2@8@b@h@@@[	@2@b@h@[:unk;[;:@roundsi:@number_of_outcomes0:@teams@' WHERE "id" = 1
  Pool Exists (0.5ms)   SELECT "pools".id FROM "pools" WHERE ("pools"."name" = '2009 NCAA Tournament' AND "pools".id <> 1) LIMIT 1
Before saving pool: AR Pool scoring strategy = "Tournament::ScoringStrategy::TweakedJoshPatashnik"
  Pool Update (3.3ms)   UPDATE "pools" SET "updated_at" = '2009-03-25 13:51:23', "data" = 'o:Tournament::Pool:
@regions[	{:
teams[o:Tournament::Team:
@seedi:@short_name"Lou:
@name"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morris:	name"Midwest{;[o;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridge;"	West{;[o;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamton;"	East{;[o;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State;"
South:@scoring_strategyo:6Tournament::ScoringStrategy::TweakedJoshPatashnik%00:@entry_fee"5:@tournament_entryo:Tournament::Entry:@pickso:Tournament::Bracket	:
@winners[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@@@@@@@@@@
@@@@"@+@.@4@:@C@F@L@R@X@^@d@j@s@v@|@@@[@@@@@@@"@.@4@F@R@^@d@v@@[
@@@@.@4@^@d@[	@@.@4@d[:unk;[;:@roundsi:@number_of_outcomes0:@teams@;"Tournament Bracket:@tie_breaker0:
@payouts{"1iU:	lasti"2i:
@entries[o;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@@@@@@@@@@@@@@@@@@@@@@!@''@-@3@<@?@H@N@Q@Z@][@@@@@@@@@@@!@-@3@H@Q@][
@@@@@@-@3@][	@@@@3[@@[@;i;@;0;"Doug Wins!;i}o;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@n@t@}@@@@@@@@@@@@@@@@@@@@@@@@
@@@@%25@([@n@@@@@@@@@@@@@@@%25[
@n@@@@@@@%25[	@@@@[@@[@;i;0;@m;"M Go Blue;ixo;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@9@?@H@K@Q@W@`@c@i@o@u@~@@@@@@@@@@@@@@@@@@@@[@9@K@W@c@i@~@@@@@@@@@@[
@9@c@i@@@@@[	@9@i@@[@i@[@;i;0;@8;"OH HELL NO!!;io;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@@
@@@@"@+@.@4@=@@@F@O@R@[@^@d@m@p@v@|@@@@@@@@@@@[@@@"@+@4@F@R@^@d@p@@@@@@[
@@"@4@R@d@@@[	@@4@@[@@[@;i;@;0;"Big Winner #1;i{o;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@@@@@@@@@@@@@@@#@)@/@8@>@A@G@P@S@Y@_@e@k@q@w@}@@[@@@@@@@@)@8@>@G@Y@_@k@w@[
@@@@)@8@G@_@[	@@)@8@_[@@_[@;i;0;@;"Huanjin_winning_selection;iio;;o;	;[[E@	o;;	i;
"MrS;"Morehead State@@@@@@@!@$@''@*@-@0@3@6@<@?@B@E@H@K@N@Q@T@W@Z@]@`@c@f@i@o@r@u@x@{@~@|@@@@@@@@@@@@@@@@@@@@@@@@@[%25@	@@@@!@''@-@3@<@E@H@N@W@Z@c@f@o@x@{@@@@@@@@@@@@@[@	@@''@3@<@N@Z@f@o@{@@@@@@[
@	@3@<@f@o@@@[	@	@f@o@[@f@[@;i;@;0;"Follow the Seeds;io;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@@@@@@@@@@@@@@@@@@@@@#@)@,@2@8@A@G@M@S@V@_@b[@@@@@@@@@@@#@2@8@G@S@_[
@@@@@@2@8@_[	@@@@_[@@_[@;i;@;0;"
Anarchy!;i}o;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@s@|@@@@@@@@@@@@@@@@@@@@@@@@@@@@!@*@-[@s@@@@@@@@@@@@@@!@*[
@@@@@@@@*[	@@@@[@@[@;i;0;@r;"home cooking;i}o;;o;	;[@[%25@	@@@@!@*@0@3@<@B@H@N@W@Z@c@f@o@x@{@@@@@@@@@@@@@[@	@@*@3@<@N@W@f@o@{@@@@@@[
@	@3@<@f@o@@@[	@	@f@o@[@f@o[@o;i;0;@;"early upsets;i}o;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@H@N@W@Z@`@f@o@r@x@@@@@@@@@@@@@@@@@@@@@@@[@H@Z@f@o@@@@@@@@@@@@[
@H@f@@@@@@[	@H@@@[@@[@;i;@G;0;"Brian 1;io;;o;	;[@[%25@	@@@@$@''@-@3@<@B@K@N@T@]@c@f@o@x@~@|@@@@@@@@@@@@[@	@@$@-@B@K@T@f@o@~@@@@@@[
@@$@B@f@o@@@[	@@B@@[@@[@;i;@;0;"
Brian 2 ;i{o;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@ @&@)@2@5@>@A@J@M@V@Y@b@h@k@q@w@}@@@@@@@@@@@@@@@[@ @2@5@A@M@b@h@q@}@@@@@@@[
@ @A@b@h@@@@[	@ @b@@[@b@[@b;i;@;0;"Random Rules;io;;o;	;[@[%25@	@@@@!@''@-@3@<@B@H@N@T@Z@c@f@o@x@{@|@@@@@@@@@@@@[@	@@''@3@<@H@Z@f@o@{@@@@@@[
@	@3@<@f@o@@@[	@	@f@o@[@	@[@	;i;@;0;"Barack Obama;io;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@@@	@	@
	@	@	@	@%25	@(	@1	@7	@=	@C	@F	@L	@R	@X	@a	@g	@m	@s	@y	@	@	@	@	@	@	@	@	@	[@@	@
	@	@(	@7	@C	@F	@R	@a	@s	@y	@	@	@	@	[
@	@	@(	@C	@a	@s	@	@	[	@	@(	@a	@	[@(	@a	[@(	;i;0;@;"Crazy Underdogs;ito;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@	@	@	@	@	@	@	@	@	@	@	@	@
@
@
@
@
@&
@)
@/
@8
@;
@A
@G
@M
@V
@Y
@_
@h
@k
@t
@w
[@	@	@	@	@	@	@
@
@
@)
@;
@G
@M
@_
@k
@w
[
@	@	@	@
@
@G
@M
@k
[	@	@	@G
@M
[@	@M
[@M
;i;0;@	;"Obama Inspired - Go Bears!;io;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@
@%00@@@@@@''@*@0@6@<@B[@
@
@
@
@
@
@
@
@
@
@%00@@@*@6@<[
@
@
@
@
@
@%00@@<[	@
@
@%00@[@
@[@
;i;@
;0;"There''s No Place Like Home;io;;o;	;[@[%25@	@@@@$@''@0@3@<@E@K@Q@W@Z@`@f@o@x@~@@@@@@@@@@@@@[@	@@''@0@<@K@W@`@o@~@@@@@@[
@	@0@<@`@o@@@[	@	@<@o@[@	@o[@o;i;0;@;"Aye! Right!;io;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@]@c@i@o@u@{@@@@@@@@@@@@@@@@@@@@@@@@@@[@]@o@{@@@@@@@@@@@@@[
@]@@@@@@@[	@]@@@[@@[@;i;@\;0;"stefan;io;;o;	;[@[%25@	@@@@!@''@0@3@<@B@H@N@T@Z@`@f@o@u@{@|@@@@@@@@@@@@[@	@@''@0@<@H@Z@f@o@|@@@@@@[
@	@0@<@Z@o@@@[	@	@Z@@[@	@[@	;i;@;0;"TripAdvisor;io;;o;	;[[Eo;;	i;
"Lou;"Louisvilleo;;	i;
"MrS;"Morehead Stateo;;	i
;
"OSU;"Ohio Stateo;;	i;
"Sie;"
Sienao;;	i
;
"Uta;"	Utaho;;	i;
"UA;"Arizonao;;	i	;
"WkF;"Wake Foresto;;	i;
"ClS;"Cleveland Stateo;;	i;
"WVa;"West Virginiao;;	i;
"Day;"Daytono;;	i;
"Kan;"Kansaso;;	i;
"NDS;"North Dakota Stateo;;	i;
"BC;"Boston Collegeo;;	i;
"USC;"USCo;;	i;
"MSU;"Michigan St.o;;	i;
"RbM;"Robert Morriso;;	i;
"Con;"Connecticuto;;	i;
"Cht;"Chattanoogao;;	i
;
"BYU;"BYUo;;	i;
"A&M;"Texas A&Mo;;	i
;
"Pur;"Purdueo;;	i;
"NIo;"Northern Iowao;;	i	;
"Was;"Washingtono;;	i;
"MiS;"Mississippi St.o;;	i;
"Mar;"Marquetteo;;	i;
"USt;"Utah Stateo;;	i;
"Msr;"
Missourio;;	i;
"Cor;"Cornello;;	i;
"Cal;"Californiao;;	i;
"Mry;"
Marylando;;	i;
"Mem;"Memphiso;;	i;
"CSN;"Cal State Northridgeo;;	i;
"Pit;"Pittsburgho;;	i;
"ETS;"East Tennessee Stateo;;	i
;
"OkS;"Oklahoma Stateo;;	i;
"Ten;"Tennesseeo;;	i
;
"FSU;"Florida Stateo;;	i;
"Wis;"Wisconsino;;	i	;
"Xav;"Xaviero;;	i;
"PSt;"Portland St.o;;	i;
"ULA;"	UCLAo;;	i;
"VAC;"Virginia Commonwealtho;;	i;
"Vil;"Villanovao;;	i;
"Am;"
Americano;;	i;
"Tex;"
Texaso;;	i;
"Min;"Minnesotao;;	i;
"Duk;"	Dukeo;;	i;
"Bin;"Binghamtono;;	i;
"UNC;"North Carolinao;;	i;
"Rad;"Radfordo;;	i
;
"LSU;"LSUo;;	i;
"But;"Butlero;;	i
;
"Ill;"
Illinoiso;;	i;
"WKy;"W. Kentuckyo;;	i	;
"Gon;"Gonzagao;;	i;
"Akr;"
Akrono;;	i;
"ASU;"Arizona Stateo;;	i;
"Tem;"Templeo;;	i;
"Syr;"
Syracuseo;;	i;
"SFA;"Stephen F. Austino;;	i;
"Clm;"Clemsono;;	i;
"UM;"
Michigano;;	i;
"Okl;"
Oklahomao;;	i;
"MgS;"Morgan State[%25@2@8@>@D@J@P@Y@\@b@k@q@t@}@@@@@@@@@@@@@@@@@@@[@2@D@P@\@b@t@@@@@@@@@@[
@D@P@b@@@@@[	@P@b@@[@b@[@;i;@1;0;"Guns n'' Roses;io;;o;	;[@[%25@	@@@@!@''@0@3@<@B@H@N@W@Z@`@f@o@u@{@|@@@@@@@@@@@@[@	@@''@3@<@N@Z@f@o@{@@@@@@[
@	@3@<@f@o@@@[	@3@f@o@[@3@o[@o;i;@;0;"Dave Matthews > god;ir' WHERE "id" = 1
Redirected to actionbracketid1
Completed in 398ms (DB: 21) | 302 Found [http://localhost/admin/edit/1]


Processing AdminController#bracket (for 127.0.0.1 at 2009-03-25 06:51:23) [GET]
  Parameters: {"id"=>"1"}
  User Load (2.2ms)   SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
  Role Load (1.1ms)   SELECT * FROM "roles" ORDER BY position asc
  Role Exists (0.7ms)   SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1
  Pool Load (1.6ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
  Entry Load (1.2ms)   SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) LIMIT 1
MARSHALLING BRACKET: round 1: games: 32: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]]
round 2: games: 16: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]]
round 3: games: 8: matchups: [[#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #], [#, #]]
round 4: games: 4: matchups: [[#, #], [#, #], [#, #], [#, #]]
round 5: games: 2: matchups: [[#, #], [#, #]]
round 6: games: 1: matchups: [[:unk, :unk]]
Champion: :unk
DONE MARSHALLING BRACKET
  Entry Update (0.9ms)   UPDATE "entries" SET "updated_at" = '2009-03-25 13:51:24', "data" = 'o:Tournament::Bracket	:
@winners[[Eo:Tournament::Team:
@seedi:@short_name"Lou:
@name"Louisvilleo;;i;	"MrS;
"Morehead Stateo;;i
;	"OSU;
"Ohio Stateo;;i;	"Sie;
"
Sienao;;i
;	"Uta;
"	Utaho;;i;	"UA;
"Arizonao;;i	;	"WkF;
"Wake Foresto;;i;	"ClS;
"Cleveland Stateo;;i;	"WVa;
"West Virginiao;;i;	"Day;
"Daytono;;i;	"Kan;
"Kansaso;;i;	"NDS;
"North Dakota Stateo;;i;	"BC;
"Boston Collegeo;;i;	"USC;
"USCo;;i;	"MSU;
"Michigan St.o;;i;	"RbM;
"Robert Morriso;;i;	"Con;
"Connecticuto;;i;	"Cht;
"Chattanoogao;;i
;	"BYU;
"BYUo;;i;	"A&M;
"Texas A&Mo;;i
;	"Pur;
"Purdueo;;i;	"NIo;
"Northern Iowao;;i	;	"Was;
"Washingtono;;i;	"MiS;
"Mississippi St.o;;i;	"Mar;
"Marquetteo;;i;	"USt;
"Utah Stateo;;i;	"Msr;
"
Missourio;;i;	"Cor;
"Cornello;;i;	"Cal;
"Californiao;;i;	"Mry;
"
Marylando;;i;	"Mem;
"Memphiso;;i;	"CSN;
"Cal State Northridgeo;;i;	"Pit;
"Pittsburgho;;i;	"ETS;
"East Tennessee Stateo;;i
;	"OkS;
"Oklahoma Stateo;;i;	"Ten;
"Tennesseeo;;i
;	"FSU;
"Florida Stateo;;i;	"Wis;
"Wisconsino;;i	;	"Xav;
"Xaviero;;i;	"PSt;
"Portland St.o;;i;	"ULA;
"	UCLAo;;i;	"VAC;
"Virginia Commonwealtho;;i;	"Vil;
"Villanovao;;i;	"Am;
"
Americano;;i;	"Tex;
"
Texaso;;i;	"Min;
"Minnesotao;;i;	"Duk;
"	Dukeo;;i;	"Bin;
"Binghamtono;;i;	"UNC;
"North Carolinao;;i;	"Rad;
"Radfordo;;i
;	"LSU;
"LSUo;;i;	"But;
"Butlero;;i
;	"Ill;
"
Illinoiso;;i;	"WKy;
"W. Kentuckyo;;i	;	"Gon;
"Gonzagao;;i;	"Akr;
"
Akrono;;i;	"ASU;
"Arizona Stateo;;i;	"Tem;
"Templeo;;i;	"Syr;
"
Syracuseo;;i;	"SFA;
"Stephen F. Austino;;i;	"Clm;
"Clemsono;;i;	"UM;
"
Michigano;;i;	"Okl;
"
Oklahomao;;i;	"MgS;
"Morgan State[%25@@@@@#@&@/@2@8@A@D@J@P@V@_@b@h@n@w@z@{@@@@@@@@@@@[@@@&@2@8@D@V@b@h@z@@@@@@[
@@2@8@b@h@@@[	@2@b@h@[:unk;[;:@roundsi:@teams@:@number_of_outcomes0' WHERE "id" = 1
Rendering template within layouts/bracket
Rendering admin/bracket
  Role Exists (0.7ms)   SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1
  Pool Load (6.6ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendered shared/_bracket (103.8ms)
  User Load (1.8ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (23.8ms)
Completed in 697ms (View: 391, DB: 17) | 200 OK [http://localhost/admin/bracket/1]


Processing PoolController#index (for 127.0.0.1 at 2009-03-25 06:51:27) [GET]
Rendering template within layouts/default
Rendering pool/index
  Pool Load (1.5ms)   SELECT * FROM "pools" WHERE (active = 't') 
  CACHE (0.0ms)   SELECT * FROM "pools" WHERE (active = 't') 
  User Load (0.7ms)   SELECT * FROM "users" WHERE ("users"."id" = 1) LIMIT 1
  Entry Load (0.8ms)   SELECT * FROM "entries" WHERE ("entries".pool_id = 1 AND ("entries"."user_id" = '1')) LIMIT 1
  SQL (0.7ms)   SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (completed = 'f' and user_id != '1')) 
  SQL (0.5ms)   SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1')) 
  CACHE (0.0ms)   SELECT count(*) AS count_all FROM "entries" WHERE ("entries".pool_id = 1 AND (user_id != '1')) 
  Entry Load (0.8ms)   SELECT * FROM "entries" WHERE ("entries"."user_id" = 1) AND ("entries".pool_id = 1) 
  SQL (0.6ms)   SELECT count(*) AS count_all FROM "teams" INNER JOIN seedings ON teams.id = seedings.team_id WHERE (("seedings".pool_id = 1)) 
  Role Load (0.7ms)   SELECT * FROM "roles" ORDER BY position asc
  Role Exists (0.5ms)   SELECT "roles".id FROM "roles" INNER JOIN "roles_users" ON "roles".id = "roles_users".role_id WHERE ("roles"."id" = 1) AND ("roles_users".user_id = 1 ) LIMIT 1
  User Load (0.8ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (4.2ms)
Completed in 254ms (View: 239, DB: 0) | 200 OK [http://localhost/]


Processing ReportsController#show (for 127.0.0.1 at 2009-03-25 06:51:30) [GET]
  Parameters: {"id"=>"1"}
  Pool Load (2.8ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendering template within layouts/report
Rendering reports/show
  Role Load (1.1ms)   SELECT * FROM "roles" ORDER BY position asc
  User Load (11.0ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (113.9ms)
Completed in 278ms (View: 155, DB: 3) | 200 OK [http://localhost/reports/1]


Processing ReportsController#show (for 127.0.0.1 at 2009-03-25 06:51:32) [GET]
  Parameters: {"report"=>"final_four", "id"=>"1"}
  Pool Load (1.6ms)   SELECT * FROM "pools" WHERE ("pools"."id" = 1) 
Rendering template within layouts/report
Rendering reports/show
Rendered reports/_report (1211.5ms)
  Role Load (1.0ms)   SELECT * FROM "roles" ORDER BY position asc
  User Load (1.3ms)   SELECT * FROM "users" INNER JOIN "roles_users" ON "users".id = "roles_users".user_id WHERE ("roles_users".role_id = 1 ) 
Rendered shared/_admins (115.0ms)
Completed in 1469ms (View: 1371, DB: 2) | 200 OK [http://localhost/reports/1/final_four]