Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCompetitionScores (20120711201029)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "competition_scores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scoreable_type" varchar(255), "scoreable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711201029')  (0.8ms) commit transaction Migrating to CreateCompetitionScoreEntries (20120711201300)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "competition_score_entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "score_id" integer, "score" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711201300')  (0.6ms) commit transaction  (0.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("competition_score_entries")  (0.0ms) PRAGMA index_list("competition_scores") Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateTests (20120711203915)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711203915')  (2.8ms) commit transaction Migrating to CreateUsers (20120711203936)  (0.4ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711203936')  (0.8ms) commit transaction  (0.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("competition_score_entries")  (0.0ms) PRAGMA index_list("competition_scores")  (0.0ms) PRAGMA index_list("tests")  (0.0ms) PRAGMA index_list("users") Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateTests (20120711203915) Migrating to CreateUsers (20120711203936) Migrating to CreateTestCases (20120711204952)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "test_cases" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711204952')  (2.3ms) commit transaction  (0.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("competition_score_entries")  (0.0ms) PRAGMA index_list("competition_scores")  (0.0ms) PRAGMA index_list("test_cases")  (0.0ms) PRAGMA index_list("tests")  (0.0ms) PRAGMA index_list("users") Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.3ms) PRAGMA index_list("schema_migrations")  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateTests (20120711203915)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711203915')  (0.7ms) commit transaction Migrating to CreateUsers (20120711203936)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711203936')  (0.7ms) commit transaction Migrating to CreateTestCases (20120711204952)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "test_cases" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711204952')  (0.6ms) commit transaction  (0.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("test_cases")  (0.0ms) PRAGMA index_list("tests")  (0.0ms) PRAGMA index_list("users") Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (3.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.3ms) PRAGMA index_list("schema_migrations")  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCompetitionScores (20120711201029)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "competition_scores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scoreable_type" varchar(255), "scoreable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711201029')  (0.8ms) commit transaction Migrating to CreateCompetitionScoreEntries (20120711201300)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "competition_score_entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "score_id" integer, "amount" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711201300')  (0.6ms) commit transaction Migrating to CreateTests (20120711203915)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711203915')  (0.9ms) commit transaction Migrating to CreateUsers (20120711203936)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711203936')  (0.8ms) commit transaction Migrating to CreateTestCases (20120711204952)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "test_cases" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711204952')  (0.8ms) commit transaction  (0.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("competition_score_entries")  (0.0ms) PRAGMA index_list("competition_scores")  (0.0ms) PRAGMA index_list("test_cases")  (0.0ms) PRAGMA index_list("tests")  (0.0ms) PRAGMA index_list("users") Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) Connecting to database specified by database.yml DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/user.rb:2) DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in Competition instead. (called from include at /Users/adamgamble/rails/competition/test/dummy/app/models/test_case.rb:2) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (3.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCompetitionScores (20120711201029)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "competition_scores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "scoreable_type" varchar(255), "scoreable_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711201029')  (0.9ms) commit transaction Migrating to CreateCompetitionScoreEntries (20120711201300)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "competition_score_entries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "score_entryable_type" varchar(255), "score_entryable_id" integer, "score_id" integer, "amount" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711201300')  (0.7ms) commit transaction Migrating to CreateTests (20120711203915)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711203915')  (0.7ms) commit transaction Migrating to CreateUsers (20120711203936)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711203936')  (0.8ms) commit transaction Migrating to CreateTestCases (20120711204952)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "test_cases" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120711204952')  (0.7ms) commit transaction  (0.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (12.2ms) PRAGMA index_list("competition_score_entries")  (0.0ms) PRAGMA index_list("competition_scores")  (0.0ms) PRAGMA index_list("test_cases")  (0.0ms) PRAGMA index_list("tests")  (0.0ms) PRAGMA index_list("users") Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Started GET "/" for 127.0.0.1 at 2012-07-11 21:36:06 -0500 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/adamgamble/.rvm/gems/ruby-1.9.3-p194@competition/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at 2012-07-11 21:36:07 -0500 ActionController::RoutingError (No route matches [GET] "/"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/adamgamble/.rvm/gems/ruby-1.9.3-p194@competition/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/leaderboards" for 127.0.0.1 at 2012-07-11 21:36:12 -0500 ActionController::RoutingError (No route matches [GET] "/leaderboards"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/adamgamble/.rvm/gems/ruby-1.9.3-p194@competition/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/competition/leaderboards" for 127.0.0.1 at 2012-07-11 21:36:22 -0500 ActionController::RoutingError (uninitialized constant Competition::LeaderboardsController): activesupport (3.2.6) lib/active_support/inflector/methods.rb:229:in `block in constantize' activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `each' activesupport (3.2.6) lib/active_support/inflector/methods.rb:228:in `constantize' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:54:in `controller' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:32:in `call' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/railtie/configurable.rb:30:in `method_missing' journey (1.0.4) lib/journey/router.rb:68:in `block in call' journey (1.0.4) lib/journey/router.rb:56:in `each' journey (1.0.4) lib/journey/router.rb:56:in `call' actionpack (3.2.6) lib/action_dispatch/routing/route_set.rb:600:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' rack (1.4.1) lib/rack/etag.rb:23:in `call' rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/head.rb:14:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/params_parser.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/flash.rb:242:in `call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/cookies.rb:338:in `call' activerecord (3.2.6) lib/active_record/query_cache.rb:64:in `call' activerecord (3.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `_run__2940041773427470090__call__4097513200481334581__callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:405:in `__run_callback' activesupport (3.2.6) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' activesupport (3.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (3.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/reloader.rb:65:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/adamgamble/.rvm/gems/ruby-1.9.3-p194@competition/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/competition/leaderboard" for 127.0.0.1 at 2012-07-11 21:36:49 -0500 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/competition/leaderboard"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/adamgamble/.rvm/gems/ruby-1.9.3-p194@competition/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/competition/leaderboards" for 127.0.0.1 at 2012-07-11 21:37:13 -0500 Connecting to database specified by database.yml ActionController::RoutingError (No route matches [GET] "/competition/leaderboards"): actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app' railties (3.2.6) lib/rails/rack/logger.rb:16:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call' rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' rack (1.4.1) lib/rack/runtime.rb:17:in `call' activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call' rack (1.4.1) lib/rack/lock.rb:15:in `call' actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call' railties (3.2.6) lib/rails/engine.rb:479:in `call' railties (3.2.6) lib/rails/application.rb:220:in `call' rack (1.4.1) lib/rack/content_length.rb:14:in `call' railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call' rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/adamgamble/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/adamgamble/.rvm/gems/ruby-1.9.3-p194@competition/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/competition/leaderboard" for 127.0.0.1 at 2012-07-11 21:37:19 -0500 Processing by Competition::LeaderboardController#index as HTML Competition::Score Load (0.2ms) SELECT *, SUM('competition_score_entries'.'amount') as competition_score_entry_amounts FROM "competition_scores" INNER JOIN "competition_score_entries" ON "competition_score_entries"."score_id" = "competition_scores"."id" ORDER BY competition_score_entry_amounts DESC User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1  (0.1ms) SELECT SUM("competition_score_entries"."amount") AS sum_id FROM "competition_score_entries" WHERE "competition_score_entries"."score_id" = 1 Rendered /Users/adamgamble/rails/competition/app/views/competition/leaderboard/index.html.haml within layouts/competition/application (35.8ms) Compiled competition/leaderboard.css (0ms) (pid 4677) Compiled competition/application.css (6ms) (pid 4677) Compiled jquery.js (1ms) (pid 4677) Compiled jquery_ujs.js (0ms) (pid 4677) Compiled competition/leaderboard.js (0ms) (pid 4677) Compiled competition/application.js (41ms) (pid 4677) Completed 200 OK in 174ms (Views: 125.5ms | ActiveRecord: 2.1ms) Started GET "/assets/competition/application.css?body=1" for 127.0.0.1 at 2012-07-11 21:37:19 -0500 Served asset /competition/application.css - 200 OK (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-11 21:37:19 -0500 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/competition/leaderboard.css?body=1" for 127.0.0.1 at 2012-07-11 21:37:19 -0500 Served asset /competition/leaderboard.css - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-11 21:37:19 -0500 Served asset /jquery.js - 200 OK (1ms) Started GET "/assets/competition/leaderboard.js?body=1" for 127.0.0.1 at 2012-07-11 21:37:19 -0500 Served asset /competition/leaderboard.js - 200 OK (1ms) Started GET "/assets/competition/application.js?body=1" for 127.0.0.1 at 2012-07-11 21:37:19 -0500 Served asset /competition/application.js - 200 OK (4ms) Started GET "/competition/leaderboard" for 127.0.0.1 at 2012-07-11 21:38:00 -0500 Connecting to database specified by database.yml Processing by Competition::LeaderboardController#index as HTML Competition::Score Load (0.2ms) SELECT *, SUM('competition_score_entries'.'amount') as competition_score_entry_amounts FROM "competition_scores" INNER JOIN "competition_score_entries" ON "competition_score_entries"."score_id" = "competition_scores"."id" ORDER BY competition_score_entry_amounts DESC User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1  (0.1ms) SELECT SUM("competition_score_entries"."amount") AS sum_id FROM "competition_score_entries" WHERE "competition_score_entries"."score_id" = 1 Rendered /Users/adamgamble/rails/competition/app/views/competition/leaderboard/index.html.haml within layouts/competition/application (31.4ms) Completed 200 OK in 88ms (Views: 46.6ms | ActiveRecord: 1.9ms) Started GET "/assets/competition/application.css?body=1" for 127.0.0.1 at 2012-07-11 21:38:00 -0500 Served asset /competition/application.css - 304 Not Modified (17ms) Started GET "/assets/competition/leaderboard.css?body=1" for 127.0.0.1 at 2012-07-11 21:38:00 -0500 Served asset /competition/leaderboard.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-11 21:38:00 -0500 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-11 21:38:00 -0500 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/competition/leaderboard.js?body=1" for 127.0.0.1 at 2012-07-11 21:38:00 -0500 Served asset /competition/leaderboard.js - 304 Not Modified (2ms) Started GET "/assets/competition/application.js?body=1" for 127.0.0.1 at 2012-07-11 21:38:00 -0500 Served asset /competition/application.js - 304 Not Modified (4ms) Started GET "/competition/leaderboard" for 127.0.0.1 at 2012-07-11 21:38:38 -0500 Connecting to database specified by database.yml Processing by Competition::LeaderboardController#index as HTML Competition::Score Load (0.2ms) SELECT *, SUM('competition_score_entries'.'amount') as competition_score_entry_amounts FROM "competition_scores" INNER JOIN "competition_score_entries" ON "competition_score_entries"."score_id" = "competition_scores"."id" ORDER BY competition_score_entry_amounts DESC User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1  (0.1ms) SELECT SUM("competition_score_entries"."amount") AS sum_id FROM "competition_score_entries" WHERE "competition_score_entries"."score_id" = 1 Rendered /Users/adamgamble/rails/competition/app/views/competition/leaderboard/index.html.haml within layouts/competition/application (32.7ms) Completed 200 OK in 89ms (Views: 47.7ms | ActiveRecord: 1.8ms) Started GET "/assets/competition/application.css?body=1" for 127.0.0.1 at 2012-07-11 21:38:38 -0500 Served asset /competition/application.css - 304 Not Modified (16ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-11 21:38:38 -0500 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/competition/leaderboard.css?body=1" for 127.0.0.1 at 2012-07-11 21:38:38 -0500 Served asset /competition/leaderboard.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-11 21:38:38 -0500 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/competition/leaderboard.js?body=1" for 127.0.0.1 at 2012-07-11 21:38:38 -0500 Served asset /competition/leaderboard.js - 304 Not Modified (1ms) Started GET "/assets/competition/application.js?body=1" for 127.0.0.1 at 2012-07-11 21:38:38 -0500 Served asset /competition/application.js - 304 Not Modified (3ms) Connecting to database specified by database.yml Started GET "/competition/leaderboard" for 127.0.0.1 at 2012-07-11 21:39:08 -0500 Connecting to database specified by database.yml Processing by Competition::LeaderboardController#index as HTML Competition::Score Load (0.2ms) SELECT *, SUM('competition_score_entries'.'amount') as competition_score_entry_amounts FROM "competition_scores" INNER JOIN "competition_score_entries" ON "competition_score_entries"."score_id" = "competition_scores"."id" ORDER BY competition_score_entry_amounts DESC User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1  (0.1ms) SELECT SUM("competition_score_entries"."amount") AS sum_id FROM "competition_score_entries" WHERE "competition_score_entries"."score_id" = 6 Rendered /Users/adamgamble/rails/competition/app/views/competition/leaderboard/index.html.haml within layouts/competition/application (31.9ms) Completed 200 OK in 88ms (Views: 47.1ms | ActiveRecord: 1.8ms) Started GET "/assets/competition/application.css?body=1" for 127.0.0.1 at 2012-07-11 21:39:08 -0500 Served asset /competition/application.css - 304 Not Modified (16ms) Started GET "/assets/competition/leaderboard.css?body=1" for 127.0.0.1 at 2012-07-11 21:39:08 -0500 Served asset /competition/leaderboard.css - 304 Not Modified (1ms) Started GET "/assets/competition/leaderboard.js?body=1" for 127.0.0.1 at 2012-07-11 21:39:08 -0500 Served asset /competition/leaderboard.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-11 21:39:08 -0500 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/competition/application.js?body=1" for 127.0.0.1 at 2012-07-11 21:39:08 -0500 Served asset /competition/application.js - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-11 21:39:08 -0500 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/competition/leaderboard" for 127.0.0.1 at 2012-07-11 21:39:10 -0500 Processing by Competition::LeaderboardController#index as HTML Competition::Score Load (0.3ms) SELECT *, SUM('competition_score_entries'.'amount') as competition_score_entry_amounts FROM "competition_scores" INNER JOIN "competition_score_entries" ON "competition_score_entries"."score_id" = "competition_scores"."id" ORDER BY competition_score_entry_amounts DESC User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1  (0.2ms) SELECT SUM("competition_score_entries"."amount") AS sum_id FROM "competition_score_entries" WHERE "competition_score_entries"."score_id" = 6 Rendered /Users/adamgamble/rails/competition/app/views/competition/leaderboard/index.html.haml within layouts/competition/application (2.3ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.6ms) Started GET "/assets/competition/application.css?body=1" for 127.0.0.1 at 2012-07-11 21:39:10 -0500 Served asset /competition/application.css - 304 Not Modified (0ms) Started GET "/assets/competition/leaderboard.css?body=1" for 127.0.0.1 at 2012-07-11 21:39:10 -0500 Served asset /competition/leaderboard.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-11 21:39:10 -0500 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-11 21:39:10 -0500 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/competition/leaderboard.js?body=1" for 127.0.0.1 at 2012-07-11 21:39:10 -0500 Served asset /competition/leaderboard.js - 304 Not Modified (0ms) Started GET "/assets/competition/application.js?body=1" for 127.0.0.1 at 2012-07-11 21:39:10 -0500 Served asset /competition/application.js - 304 Not Modified (0ms) Started GET "/competition/leaderboard" for 127.0.0.1 at 2012-07-11 21:39:11 -0500 Processing by Competition::LeaderboardController#index as HTML Competition::Score Load (0.3ms) SELECT *, SUM('competition_score_entries'.'amount') as competition_score_entry_amounts FROM "competition_scores" INNER JOIN "competition_score_entries" ON "competition_score_entries"."score_id" = "competition_scores"."id" ORDER BY competition_score_entry_amounts DESC User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1  (0.1ms) SELECT SUM("competition_score_entries"."amount") AS sum_id FROM "competition_score_entries" WHERE "competition_score_entries"."score_id" = 6 Rendered /Users/adamgamble/rails/competition/app/views/competition/leaderboard/index.html.haml within layouts/competition/application (2.1ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.6ms) Started GET "/assets/competition/application.css?body=1" for 127.0.0.1 at 2012-07-11 21:39:11 -0500 Served asset /competition/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-11 21:39:11 -0500 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/competition/leaderboard.css?body=1" for 127.0.0.1 at 2012-07-11 21:39:11 -0500 Served asset /competition/leaderboard.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-11 21:39:11 -0500 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/competition/leaderboard.js?body=1" for 127.0.0.1 at 2012-07-11 21:39:11 -0500 Served asset /competition/leaderboard.js - 304 Not Modified (0ms) Started GET "/assets/competition/application.js?body=1" for 127.0.0.1 at 2012-07-11 21:39:11 -0500 Served asset /competition/application.js - 304 Not Modified (0ms) Connecting to database specified by database.yml Started GET "/competition/leaderboard" for 127.0.0.1 at 2012-07-11 21:44:24 -0500 Connecting to database specified by database.yml Processing by Competition::LeaderboardController#index as HTML Competition::Score Load (0.1ms) SELECT "competition_scores".* FROM "competition_scores"   (0.1ms) SELECT SUM("competition_score_entries"."amount") AS sum_id FROM "competition_score_entries" WHERE "competition_score_entries"."score_id" = 2  (0.1ms) SELECT SUM("competition_score_entries"."amount") AS sum_id FROM "competition_score_entries" WHERE "competition_score_entries"."score_id" = 1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1 CACHE (0.0ms) SELECT SUM("competition_score_entries"."amount") AS sum_id FROM "competition_score_entries" WHERE "competition_score_entries"."score_id" = 2 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 CACHE (0.0ms) SELECT SUM("competition_score_entries"."amount") AS sum_id FROM "competition_score_entries" WHERE "competition_score_entries"."score_id" = 1 Rendered /Users/adamgamble/rails/competition/app/views/competition/leaderboard/index.html.haml within layouts/competition/application (11.7ms) Completed 200 OK in 87ms (Views: 40.2ms | ActiveRecord: 1.9ms) Started GET "/assets/competition/application.css?body=1" for 127.0.0.1 at 2012-07-11 21:44:24 -0500 Served asset /competition/application.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-11 21:44:24 -0500 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/competition/leaderboard.css?body=1" for 127.0.0.1 at 2012-07-11 21:44:24 -0500 Served asset /competition/leaderboard.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-11 21:44:24 -0500 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/competition/leaderboard.js?body=1" for 127.0.0.1 at 2012-07-11 21:44:24 -0500 Served asset /competition/leaderboard.js - 304 Not Modified (1ms) Started GET "/assets/competition/application.js?body=1" for 127.0.0.1 at 2012-07-11 21:44:24 -0500 Served asset /competition/application.js - 304 Not Modified (4ms)